Chart.ApplyPaletteColors Method

Definition

Sets the automatically assigned series and data point colors, to allow programmatic access at run time.

public:
 void ApplyPaletteColors();
public void ApplyPaletteColors ();
member this.ApplyPaletteColors : unit -> unit
Public Sub ApplyPaletteColors ()

Remarks

When the Chart colors are automatically assigned at run time, there is no way to know what the colors will be prior to the time when the chart rendered; the Color property of an automatically assigned value will return Empty at this time.

If you call the ApplyPaletteColors method, the colors for the series and the data points will be set, which allows for programmatic access.

Applies to