In This Topic
Gets or sets an Integer that represents the color scheme for the chart.
Syntax
'Declaration
Property ChartColor As Integer
'Usage
Dim instance As IChart
Dim value As Integer
instance.ChartColor = value
value = instance.ChartColor
int ChartColor {get; set;}
See Also