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
ownerIChartNodeParent.
Properties
Configuration
Group of properties to modify style of DataCursor's labels on Axes
public Configure3D Configuration { get; set; }
Property Value
IndicatorLength
Axis value indicator length.
public double IndicatorLength { get; set; }
Property Value
IndicatorWidth
Axis value indicator width.
public double IndicatorWidth { get; set; }
Property Value
LabelIndicatorInside
Indicates whether label indicators should be rendered inside or outside.
public bool LabelIndicatorInside { get; set; }
Property Value
LineStyle
Line style.
public LineStyle LineStyle { get; set; }
Property Value
TrackSeries
When enabled, tracks series by following its line. Applicable to LineSeries.
public bool TrackSeries { get; set; }
Property Value
TrackSeriesPixelTolerance
Pixel tolerance for tracking.
public double TrackSeriesPixelTolerance { get; set; }
Property Value
TrackingPointStyle
Tracking point style.
public PointStyleBasic3D 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 DataCursor3D.ChangeResultContentEventHandler ChangeResultContent