Table of Contents

Class AxisDragNib3D

Namespace
LightningChartLib.WinForms.Charting.Axes
Assembly
LightningChart.WinForms.Charting.NET4.dll

Axis drag nib represents a dragging area on the both ends of axis. The range of axis is modified by dragging the nib.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class AxisDragNib3D : ChartNode, IChartNode, IDisposable
Inheritance
AxisDragNib3D
Implements
Inherited Members

Constructors

AxisDragNib3D()

Constructor, for serialization purposes

public AxisDragNib3D()

AxisDragNib3D(Axis3DBase)

Constructor

public AxisDragNib3D(Axis3DBase owner)

Parameters

owner Axis3DBase

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

Construct()

Create members.

protected void Construct()

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