'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the origin of depth drop lines.")> Public Property DepthDropLineOrigin As System.Double
'Usage
Dim instance As NPointSeries Dim value As System.Double instance.DepthDropLineOrigin = value value = instance.DepthDropLineOrigin
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the origin of depth drop lines.")] public System.double DepthDropLineOrigin {get; set;}