'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the visibility of the vertical area lines.")> <System.ComponentModel.DefaultValueAttribute(False)> Public Property DropLines As System.Boolean
'Usage
Dim instance As NXYAreaSeries Dim value As System.Boolean instance.DropLines = value value = instance.DropLines
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the visibility of the vertical area lines.")] [System.ComponentModel.DefaultValue(false)] public System.bool DropLines {get; set;}