'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets or sets whether to disable automatic axis plane switching")> Public Property DisableAutomaticAxisPlaneSwitching As System.Boolean
'Usage
Dim instance As NCartesianChart Dim value As System.Boolean instance.DisableAutomaticAxisPlaneSwitching = value value = instance.DisableAutomaticAxisPlaneSwitching
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Gets or sets whether to disable automatic axis plane switching")] public System.bool DisableAutomaticAxisPlaneSwitching {get; set;}