'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
.