Click or drag to resize

ScaleBreak Class

LightningChart .NET Help
Exclude range for excluding defined values from axis values. Also contains Gap, which tells in DIPs, how large the range will be on window. The gap can be rendered by diagonal line or fill or just remain empty.
Inheritance Hierarchy

Namespace:  Arction.WinForms.Charting.Axes
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class ScaleBreak : ChartNode, IComparable<ScaleBreak>

The ScaleBreak type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyBegin
Range begin value.
Public propertyDiagonalLineSpacing
Gap of lines in pixels. Applied, if fill style is line.
Public propertyEnabled
Enabled.
Public propertyEnd
Range end value.
Public propertyFill
Gap Fill. Applicable if Style is set to Fill.
Public propertyGap
Gap of range in pixels.
Public propertyLineStyle
Gap line style, if style is diagonal line.
Public propertyStyle
Gap style.
Top
Methods
  NameDescription
Public methodCompareTo
IComparison implementation based on Begin value. If Begin values are same, order is determined by End values.
Public methodDispose
Release all resources used by this instance.
(Inherited from ChartNode.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodOverlap
Tells if another ScaleBreaks overlaps this.
Public methodToString
Convert class description to string.
(Overrides ObjectToString.)
Top
See Also