GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / ISeries Interface / ChartType Property


In This Topic
ChartType Property (ISeries)
In This Topic
Gets the chart type.
Syntax
'Declaration
 
Property ChartType As ChartType
 
'Usage
 
Dim instance As ISeries
Dim value As ChartType
 
instance.ChartType = value
 
value = instance.ChartType
See Also