UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

18 lines (17 loc) 345 B
/** * List of values for errorMode in {@link FastErrorBarsRenderableSeries} */ export declare enum EErrorMode { /** * Draw both high and low error values */ Both = "Both", /** * Draw high error value only */ High = "High", /** * Draw low error value only */ Low = "Low" }