Spread Windows Forms 12.0 Product Documentation
ViewType Property (FpChart)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > FpChart Class : ViewType Property
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
public ChartViewType ViewType {get; set;}
See Also

Reference

FpChart Class
FpChart Members