Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadSurfaceChart Class / CanSwitchRowColumn Property


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

    Property Value

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