'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Whether the series regards axis clipping (when axis is zoomed or with restricted range).")> <System.ComponentModel.DefaultValueAttribute(True)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property RegardAxisClipping As System.Boolean
'Usage
Dim instance As NSeriesBase Dim value As System.Boolean instance.RegardAxisClipping = value value = instance.RegardAxisClipping
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Whether the series regards axis clipping (when axis is zoomed or with restricted range).")] [System.ComponentModel.DefaultValue(true)] [System.Xml.Serialization.XmlAttribute()] public System.bool RegardAxisClipping {get; set;}