UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

14 lines (13 loc) 321 B
/** * Gets the type for Brushes, Pens */ export declare enum EDrawingTypes { /** * Defines a brush for use with SciChart's WebAssembly WebGL engine */ WasmBrush = "WasmBrush", /** * Defines a pen for use with SciChart's WebAssembly WebGL engine */ WasmPen = "WasmPen" }