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
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVM.AxesScaleBreak

Namespace: LightningChartLib.UWP.ChartingMVVM.Axes
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class ScaleBreak : ChartNode, IComparable<ScaleBreak>

The ScaleBreak type exposes the following members.

Constructors
 NameDescription
Public methodScaleBreak Constructor for Form designer's list editor.
Public methodScaleBreak(AxisBase) Constructor.
Public methodScaleBreak(AxisBase, Double, Double, Single) Constructor.
Top
Properties
 NameDescription
Public propertyBegin Gets or sets range Begin value. This is a dependency property.
Public propertyDiagonalLineSpacing Gets or sets gap of lines in pixels. Applied, if fill style is line. This is a dependency property.
Public propertyEnabled Gets or sets if range is enabled. This is a dependency property.
Public propertyEnd Gets or sets range End value. This is a dependency property.
Public propertyFill Gets or sets gap Fill. Applicable if Style is set to Fill. This is a dependency property.
Public propertyGap Gets or sets gap of range in pixels. This is a dependency property.
Public propertyLineStyle Gets or sets gap line style, if style is diagonal line. This is a dependency property.
Public propertyStyle Gets or sets gap style. This is a dependency property.
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 methodOverlap Tells if another ScaleBreaks overlaps this.
Public methodToString Convert class description to string.
Top
Events
 NameDescription
Public eventValueChangedInternallyEvent Value has changed internally by chart or by user manipulation of chart object.
(Inherited from ChartNode)
Top
Fields
 NameDescription
Public fieldStatic memberBeginProperty Identifies the Begin dependency property.
Public fieldStatic memberDiagonalLineSpacingProperty Identifies the DiagonalLineSpacing dependency property.
Public fieldStatic memberEnabledProperty Identifies the Enabled dependency property.
Public fieldStatic memberEndProperty Identifies the End dependency property.
Public fieldStatic memberFillProperty Identifies the Fill dependency property.
Public fieldStatic memberGapProperty Identifies the Gap dependency property.
Public fieldStatic memberLineStyleProperty Identifies the LineStyle dependency property.
Public fieldStatic memberStyleProperty Identifies the Style dependency property.
Top
See Also