scichart
Version:
Fast WebGL JavaScript Charting Library and Framework
17 lines (16 loc) • 456 B
TypeScript
/**
* Enumeration constants to define the type of {@link DataLabelProvider | DataLabelProvider}
*/
export declare enum EDataLabelProviderType {
Default = "Default",
Line = "Line",
Column = "Column",
Text = "Text",
Heatmap = "Heatmap",
Band = "Band",
Bubble = "Bubble",
NonUniformHeatmap = "NonUniformHeatmap",
Contours = "Contours",
StackedCollection = "StackedCollection",
Custom = "Custom"
}