ChartType Property (IChart)
In This Topic
Gets or sets the chart type.
Syntax
'Declaration
Property ChartType As ChartType
'Usage
Dim instance As IChart
Dim value As ChartType
instance.ChartType = value
value = instance.ChartType
ChartType ChartType {get; set;}
See Also