dotnetCHARTING Send comments on this topic.
DividerLine Property
See Also 
dotnetCHARTING Namespace > LegendEntry Class : DividerLine Property


Gets or sets a Line that is drawn under the LegendEntry.

Syntax

Visual Basic (Declaration)  
Public Property DividerLine As Line
Visual Basic (Usage) Copy Code
Dim instance As LegendEntry
Dim value As Line
 
instance.DividerLine = value
 
value = instance.DividerLine
C#  
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.

See Also