Chart.ChartColor Property

Definition

Returns or sets an integer that represents the color scheme for the chart. Read-write.

public:
 property System::Object ^ ChartColor { System::Object ^ get(); void set(System::Object ^ value); };
public object ChartColor { get; set; }
member this.ChartColor : obj with get, set
Public Property ChartColor As Object

Property Value

Remarks

Chart color schemes are numbered from 1 to 17; the setting of this property corresponds to the color schemes shown on the Change Colors gallery on the Chart Tools Design ribbon tab.

Applies to