Spread for ASP.NET 12 Product Documentation
SwitchRowColumn Method (SpreadChart)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Chart Namespace > SpreadChart Class : SwitchRowColumn Method
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.
See Also

Reference

SpreadChart Class
SpreadChart Members