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;}
C++/CLI 
public:
property Line^ InteriorLine {
   Line^ get();
   void set (Line^ value);
}

Remarks

Multiple column legend boxes draw this line to separate columns.

See Also