Class AxisDragNib
- Namespace
- LightningChartLib.WinForms.Charting.Axes
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
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.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class AxisDragNib : ChartNode, IChartNode, IDisposable
- Inheritance
-
AxisDragNib
- Implements
- Inherited Members
Constructors
AxisDragNib()
Constructor, for serialization purposes.
public AxisDragNib()
AxisDragNib(IChartNode)
Constructor.
public AxisDragNib(IChartNode owner)
Parameters
ownerIChartNodeParent.
Properties
Color
Nib color
public Color Color { get; set; }
Property Value
Reversed
Nib move reversed.
public bool Reversed { get; set; }
Property Value
Size
Nib size
public SizeDoubleXY Size { get; set; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingboolTrue if managed resources should be disposed, otherwise false.
ToString()
Convert class description to string.
public override string ToString()
Returns
- string
String.