Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / SwitchRowColumn Method


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()

Return Value

If the switching process is successful, return true. Otherwise, return false.
See Also