Spread for ASP.NET 12 Product Documentation
CanSwitchRowColumn Property


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

Reference

SpreadChart Class
SpreadChart Members