GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / ChartColor Property


In This Topic
ChartColor Property
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
Remarks
This function works with Spread WPF only.
See Also