Table of Contents

Class DataCursorXY

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 DataCursorXY : DataCursor, IChartNode, IDisposable
Inheritance
DataCursorXY
Implements
Inherited Members

Constructors

DataCursorXY()

Simple constructor for Form designer's list editor.

public DataCursorXY()

DataCursorXY(IChartNode)

Constructor.

public DataCursorXY(IChartNode owner)

Parameters

owner IChartNode

Parent.

Properties

Configuration

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

public ConfigureXY Configuration { get; set; }

Property Value

ConfigureXY

LineStyle

Line style.

public LineStyle LineStyle { get; set; }

Property Value

LineStyle

TrackingPointStyle

Tracking point style.

public PointShapeStyle TrackingPointStyle { get; set; }

Property Value

PointShapeStyle

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 DataCursorXY.ChangeResultContentEventHandler ChangeResultContent

Event Type

DataCursorXY.ChangeResultContentEventHandler