Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / CanSwitchRowColumn Property


In This Topic
    CanSwitchRowColumn Property
    In This Topic
    Gets a value indicating whether the user can switch the rows and columns of the chart.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property CanSwitchRowColumn As Boolean
    'Usage
     
    
    Dim instance As SpreadChart
    Dim value As Boolean
     
    value = instance.CanSwitchRowColumn
    public virtual bool CanSwitchRowColumn {get;}

    Property Value

    true if user can switch rows and columns of the chart; otherwise, false.
    See Also