Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / ViewType Property


In This Topic
    ViewType Property (ChartShape)
    In This Topic
    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