C1.WPF.C1Chart3D Namespace / C1Chart3D Class / ChartType Property


In This Topic
ChartType Property (C1Chart3D)
In This Topic
Gets or sets the chart type.
Syntax
'Declaration
 
Public Property ChartType As Chart3DType
 
'Usage
 
Dim instance As C1Chart3D
Dim value As Chart3DType
 
instance.ChartType = value
 
value = instance.ChartType
See Also