ScaleBreak Class |
Namespace: Arction.WinForms.Charting.Axes
The ScaleBreak type exposes the following members.
| Name | Description | |
|---|---|---|
| ScaleBreak |
Constructor for Form designer's list editor.
| |
| ScaleBreak(AxisBase) |
Constructor.
| |
| ScaleBreak(AxisBase, Double, Double, Single) |
Constructor.
|
| Name | Description | |
|---|---|---|
| Begin |
Range begin value.
| |
| DiagonalLineSpacing |
Gap of lines in pixels. Applied, if fill style is line.
| |
| Enabled |
Enabled.
| |
| End |
Range end value.
| |
| Fill |
Gap Fill. Applicable if Style is set to Fill.
| |
| Gap |
Gap of range in pixels.
| |
| LineStyle |
Gap line style, if style is diagonal line.
| |
| Style |
Gap style.
|
| Name | Description | |
|---|---|---|
| CompareTo |
IComparison implementation based on Begin value. If Begin values are same, order is determined by End values.
| |
| Dispose |
Release all resources used by this instance.
(Inherited from ChartNode.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Overlap |
Tells if another ScaleBreaks overlaps this.
| |
| ToString |
Convert class description to string.
(Overrides ObjectToString.) |