Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SpreadChart Class / SwitchRowColumn Method
Example


In This Topic
    SwitchRowColumn Method (SpreadChart)
    In This Topic
    Switches the row and column of the chart.
    Syntax
    'Declaration
     
    
    Public Overridable Function SwitchRowColumn() As Boolean
    'Usage
     
    
    Dim instance As SpreadChart
    Dim value As Boolean
     
    value = instance.SwitchRowColumn()
    public virtual bool SwitchRowColumn()

    Return Value

    If the switching process is successful, returns true; otherwise, returns false.
    Example
    This example uses the SwitchRowColumn method.
    See Also