CanSwitchRowColumn Property
Gets a value indicating whether the user can switch the rows and columns of the chart.
public virtual bool CanSwitchRowColumn {get;}
'Declaration
Public Overridable ReadOnly Property CanSwitchRowColumn As Boolean
'Usage
Dim instance As SpreadChart
Dim value As Boolean
value = instance.CanSwitchRowColumn
Property Value
true
if user can switch rows and columns of the chart; otherwise,
false
.