Spread ASP.NET 16
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
    public ChartViewType ViewType {get; set;}
    See Also