Xceed Chart for WinForms v4.4 Documentation
DropLines Property (HighLowSeries)
Example 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > HighLowSeries Class : DropLines Property
Controls the visibility of the area separation lines.
Syntax
'Declaration
 
<CategoryAttribute("Options")>
<DescriptionAttribute("Controls the visibility of the area separation lines.")>
<DefaultValueAttribute()>
Public Property DropLines As Boolean
'Usage
 
Dim instance As HighLowSeries
Dim value As Boolean
 
instance.DropLines = value
 
value = instance.DropLines
[Category("Options")]
[Description("Controls the visibility of the area separation lines.")]
[DefaultValue()]
public bool DropLines {get; set;}
Remarks
The high low series can be configured to show separation lines between the displayed area segments. This property controls the visibility of these lines. By default set to false.
Example
The following code will show the high low drop lines.
hilow.DropLines = true;
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HighLowSeries Class
HighLowSeries Members