UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

25 lines (24 loc) 1.22 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EDataLabelProviderType = void 0; /** * Enumeration constants to define the type of {@link DataLabelProvider | DataLabelProvider} */ var EDataLabelProviderType; (function (EDataLabelProviderType) { EDataLabelProviderType["Default"] = "Default"; EDataLabelProviderType["Line"] = "Line"; EDataLabelProviderType["Column"] = "Column"; EDataLabelProviderType["Rectangle"] = "Rectangle"; EDataLabelProviderType["Text"] = "Text"; EDataLabelProviderType["Heatmap"] = "Heatmap"; EDataLabelProviderType["Band"] = "Band"; EDataLabelProviderType["Bubble"] = "Bubble"; EDataLabelProviderType["NonUniformHeatmap"] = "NonUniformHeatmap"; EDataLabelProviderType["Contours"] = "Contours"; EDataLabelProviderType["StackedCollection"] = "StackedCollection"; EDataLabelProviderType["Custom"] = "Custom"; EDataLabelProviderType["PolarDefault"] = "PolarDefault"; EDataLabelProviderType["PolarColumn"] = "PolarColumn"; EDataLabelProviderType["PolarText"] = "PolarText"; })(EDataLabelProviderType = exports.EDataLabelProviderType || (exports.EDataLabelProviderType = {}));