'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets or sets whether vertical maximum clipping is enabled.")> Public Property EnableVerticalMaxClipping As System.Boolean
'Usage
Dim instance As NSeriesClip Dim value As System.Boolean instance.EnableVerticalMaxClipping = value value = instance.EnableVerticalMaxClipping
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets or sets whether vertical maximum clipping is enabled.")] public System.bool EnableVerticalMaxClipping {get; set;}