'DeclarationPublic ReadOnly Property CanChangeChartType As Boolean
'UsageDim instance As SpreadChart Dim value As Boolean value = instance.CanChangeChartType
public bool CanChangeChartType {get;}
Property Value
true if the chart type can be changed; otherwise, false.