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


In This Topic
ViewType Property (FpChart)
In This Topic
Gets or sets the ChartViewType of the chart.
Syntax
'Declaration
 
Public Property ViewType As ChartViewType
 
'Usage
 
Dim instance As FpChart
Dim value As ChartViewType
 
instance.ViewType = value
 
value = instance.ViewType
See Also