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;}

Example

See Also

© 2010 All Rights Reserved.