Table of Contents

Class DataCursor3D

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

DataCursor shows information about the closest data value to the mouse cursor.

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

Constructors

DataCursor3D()

Simple constructor for Form designer's list editor.

public DataCursor3D()

DataCursor3D(IChartNode)

Constructor.

public DataCursor3D(IChartNode owner)

Parameters

owner IChartNode

Parent.

Properties

Configuration

Group of properties to modify style of DataCursor's labels on Axes

public Configure3D Configuration { get; set; }

Property Value

Configure3D

IndicatorLength

Axis value indicator length.

public double IndicatorLength { get; set; }

Property Value

double

IndicatorWidth

Axis value indicator width.

public double IndicatorWidth { get; set; }

Property Value

double

LabelIndicatorInside

Indicates whether label indicators should be rendered inside or outside.

public bool LabelIndicatorInside { get; set; }

Property Value

bool

LineStyle

Line style.

public LineStyle LineStyle { get; set; }

Property Value

LineStyle

TrackSeries

When enabled, tracks series by following its line. Applicable to LineSeries.

public bool TrackSeries { get; set; }

Property Value

bool

TrackSeriesPixelTolerance

Pixel tolerance for tracking.

public double TrackSeriesPixelTolerance { get; set; }

Property Value

double

TrackingPointStyle

Tracking point style.

public PointStyleBasic3D TrackingPointStyle { get; set; }

Property Value

PointStyleBasic3D

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

Events

ChangeResultContent

Change result content.

public event DataCursor3D.ChangeResultContentEventHandler ChangeResultContent

Event Type

DataCursor3D.ChangeResultContentEventHandler