Spread Windows Forms 12.0 Product Documentation
ViewType Property (ChartShape)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > ChartShape Class : ViewType Property
Gets or sets whether the chart is rendered in 2D or 3D.
Syntax
'Declaration
 
Public Overridable Property ViewType As ChartViewType
'Usage
 
Dim instance As ChartShape
Dim value As ChartViewType
 
instance.ViewType = value
 
value = instance.ViewType
public virtual ChartViewType ViewType {get; set;}

Property Value

The type of the view.
See Also

Reference

ChartShape Class
ChartShape Members