Ανάγνωση στα Αγγλικά Επεξεργασία

Κοινή χρήση μέσω


Chart.Palette Property

Definition

Gets or sets the palette for the Chart control.

[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.ChartColorPalette Palette { get; set; }

Property Value

A ChartColorPalette enumeration value that determines the palette to be used.

Attributes

Remarks

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.

Σημείωση

If the Palette property for both the Chart and Series objects is set to ChartColorPalette.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.

Applies to

Προϊόν Εκδόσεις
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1