/** * 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" }