Chart.Palette Property
.NET Framework (current version)
Gets or sets the palette for the Chart control.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[<BindableAttribute(true)>] [<PersistenceModeAttribute(PersistenceMode.Attribute)>] member Palette : ChartColorPalette with get, set
Property Value
Type: System.Web.UI.DataVisualization.Charting.ChartColorPaletteA ChartColorPalette enumeration value that determines the palette to be used.
A palette is used to automatically assign colors to data elements if both of the following conditions have been met:
the data points themselves do not have colors assigned to them.
the data series that the data points belong to also does not have an assigned color.
If no series or data point colors are explicitly specified, the colors used depend on the chart type and the Chart object's palette or the palette of an associated series, if one is specified.
.NET Framework
Available since 4.0
Available since 4.0
Show:
