dotnetCHARTING Send comments on this topic.
ScaleBreakLine Property
See Also 
dotnetCHARTING Namespace > Axis Class : ScaleBreakLine Property



Gets or sets a Line object that is used to outline scale breaks on this axis.

Syntax

Visual Basic (Declaration) 
Public Property ScaleBreakLine As Line
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim value As Line
 
instance.ScaleBreakLine = value
 
value = instance.ScaleBreakLine
C# 
public Line ScaleBreakLine {get; set;}
C++/CLI 
public:
property Line^ ScaleBreakLine {
   Line^ get();
   void set (Line^ value);
}

See Also