Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SpreadChart Class / CanChangeChartViewType Property


In This Topic
    CanChangeChartViewType Property
    In This Topic
    Gets a value that indicates whether the chart type can be changed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CanChangeChartViewType As Boolean
    'Usage
     
    
    Dim instance As SpreadChart
    Dim value As Boolean
     
    value = instance.CanChangeChartViewType
    public bool CanChangeChartViewType {get;}

    Property Value

    true if the chart type can be changed; otherwise, false.
    See Also