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
ChartType ChartType {get; set;}
See Also