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