'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Whether the series must show the vertical drop lines.")> Public Property ShowVerticalDropLines As System.Boolean
'Usage
Dim instance As NPointSeries Dim value As System.Boolean instance.ShowVerticalDropLines = value value = instance.ShowVerticalDropLines
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Whether the series must show the vertical drop lines.")] public System.bool ShowVerticalDropLines {get; set;}