Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / CanChangeChartType Property


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

    Property Value

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