dotnetCHARTING Send comments on this topic.
InteriorLine Property
See Also 
dotnetCHARTING Namespace > Box Class : InteriorLine Property


Gets or sets the interior line of this legend box.

Syntax

Visual Basic (Declaration) 
Public Property InteriorLine As Line
Visual Basic (Usage)Copy Code
Dim instance As Box
Dim value As Line
 
instance.InteriorLine = value
 
value = instance.InteriorLine
C# 
public Line InteriorLine {get; set;}

Remarks

Multiple column legend boxes draw this line to separate columns.

See Also

© 2010 All Rights Reserved.