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