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


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

    Property Value

    true if the user can switch rows and columns of the chart; otherwise, false.
    Remarks
    This sets whether the user can switch the row and column on the chart.
    Example
    This example uses the CanSwitchRowColumn property.
    See Also