Table of Contents

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

owner IChartNode

Parent.

Properties

Color

Nib color

public Color Color { get; set; }

Property Value

Color

Reversed

Nib move reversed.

public bool Reversed { get; set; }

Property Value

bool

Size

Nib size

public SizeDoubleXY Size { get; set; }

Property Value

SizeDoubleXY

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

True if managed resources should be disposed, otherwise false.

ToString()

Convert class description to string.

public override string ToString()

Returns

string

String.