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


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > AreaSeries Class : DropLines Property
Controls the visibility of the area separation lines.
Syntax
'Declaration
 
<CategoryAttribute("Options")>
<DescriptionAttribute("Controls the visibility of the area segment separation lines.")>
<DefaultValueAttribute()>
Public Property DropLines As Boolean
'Usage
 
Dim instance As AreaSeries
Dim value As Boolean
 
instance.DropLines = value
 
value = instance.DropLines
[Category("Options")]
[Description("Controls the visibility of the area segment separation lines.")]
[DefaultValue()]
public bool DropLines {get; set;}
Remarks
The area 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 area drop lines.
area.DropLines = True
area.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

AreaSeries Class
AreaSeries Members