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


A collection of ScaleRange objects that represent discontinuations in this axis' scale.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ScaleBreaks As ScaleRangeCollection
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim value As ScaleRangeCollection
 
value = instance.ScaleBreaks
C# 
public ScaleRangeCollection ScaleBreaks {get;}

Example

See Also

© 2010 All Rights Reserved.