FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / FpChart Class / ViewType Property


In This Topic
ViewType Property (FpChart)
In This Topic
Gets or sets whether the chart is rendered in 2D or 3D.
Syntax
'Declaration
 
Public Property ViewType As ChartViewType
 
'Usage
 
Dim instance As FpChart
Dim value As ChartViewType
 
instance.ViewType = value
 
value = instance.ViewType
See Also