Class DataCursorPolar
- 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 DataCursorPolar : DataCursor, IChartNode, IDisposable
- Inheritance
-
DataCursorPolar
- Implements
- Inherited Members
Constructors
DataCursorPolar()
Simple constructor for Form designer's list editor.
public DataCursorPolar()
DataCursorPolar(IChartNode)
Constructor.
public DataCursorPolar(IChartNode owner)
Parameters
ownerIChartNodeParent.
Properties
Configuration
Group of properties to modify style of DataCursor's labels on Axes
public ConfigurePolar Configuration { get; set; }
Property Value
ShowPolarAxisIndicator
Shows or hides the polar axis indicator.
public bool ShowPolarAxisIndicator { 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.
GetAngleAndAmplitude()
Returns angle and amplitude values at the cursor's position.
public PointDouble3D GetAngleAndAmplitude()
Returns
- PointDouble3D
PointDouble3D
ToString()
Convert class description to string
public override string ToString()
Returns
- string
String
Events
ChangeResultContent
Change result content.
public event DataCursorPolar.ChangeResultContentEventHandler ChangeResultContent