.netCHARTING v10.5 Documentation


DividerLine Property
Gets or sets a Line that is drawn under the LegendEntry.
Syntax
'Declaration
 
Public Property DividerLine As Line
'Usage
 
Dim instance As LegendEntry
Dim value As Line
 
instance.DividerLine = value
 
value = instance.DividerLine
public Line DividerLine {get; set;}
Remarks
This line doesn't appear automatically because it's color (LegendEntry.Line.Color) is Color.Empty. To activate it, specify a color for the line. When active, it will add more space between the this entry and the one below it.
Example
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