Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / FpChartDesignerActionList Class / ViewType Property


In This Topic
    ViewType Property (FpChartDesignerActionList)
    In This Topic
    Gets or sets a value indicating the chart is in 2D or 3D view.
    Syntax
    'Declaration
     
    
    Public Property ViewType As ChartViewType
    'Usage
     
    
    Dim instance As FpChartDesignerActionList
    Dim value As ChartViewType
     
    instance.ViewType = value
     
    value = instance.ViewType
    public ChartViewType ViewType {get; set;}

    Property Value

    The chart view.
    See Also