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