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
ownerIChartNodeParent.
Properties
Configuration
Group of properties to modify style of DataCursor's labels on Axes
public ConfigureXY Configuration { get; set; }
Property Value
LineStyle
Line style.
public LineStyle LineStyle { get; set; }
Property Value
TrackingPointStyle
Tracking point style.
public PointShapeStyle TrackingPointStyle { 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
Events
ChangeResultContent
Change result content.
public event DataCursorXY.ChangeResultContentEventHandler ChangeResultContent