UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

21 lines (20 loc) 503 B
export declare enum EValueName { Y = "y", Y1 = "y1", X1 = "x1", Z = "z", BoxPlotMedian = "median", BoxPlotMax = "max", BoxPlotUpper = "upper", BoxPlotLower = "lower", BoxPlotMinimum = "minimum", Close = "close", High = "high", Low = "low", Open = "open" } /** * Generates default values names for the data series * @param n The number of y values */ export declare function generateValueNamesForDataSeries(n: number): string[];