Chart.Palette Property

.NET Framework (current version)
 

Gets or sets the palette for the Chart control.

Namespace:   System.Web.UI.DataVisualization.Charting
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.ChartColorPalette

A 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.

System_CAPS_noteNote

If the Palette property for both the Chart and Series objects is set to None, and no color is assigned to the relevant data series or data points, the data points will not be drawn, and will be displayed as "empty" areas.

.NET Framework
Available since 4.0
Return to top
Show: