Click or drag to resize

AxisDragNib Class

LightningChart .NET Help
Axis drag nib represents a dragging area on the end of X or Y axis. The range of axis is modified by dragging the nib.
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVM.AxesAxisDragNib

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 AxisDragNib : ChartNode

The AxisDragNib type exposes the following members.

Constructors
 NameDescription
Public methodAxisDragNib Constructor, for serialization purposes.
Public methodAxisDragNib(IChartNode) Constructor.
Top
Properties
 NameDescription
Public propertyColor Gets or sets nib color. This is a dependency property.
Public propertyReversed Gets or sets if Nib move is reversed. This is a dependency property.
Public propertySize Gets or sets nib size. This is a dependency property.
Top
Methods
 NameDescription
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
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 memberColorProperty Identifies the Color dependency property.
Public fieldStatic memberReversedProperty Identifies the Reversed dependency property.
Public fieldStatic memberSizeProperty Identifies the Size dependency property.
Top
See Also