Chart.ApplyPaletteColors Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.