Table of Contents

Class DataCursorSmith

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

Constructors

DataCursorSmith()

Simple constructor for Form designer's list editor.

public DataCursorSmith()

DataCursorSmith(IChartNode)

Constructor.

public DataCursorSmith(IChartNode owner)

Parameters

owner IChartNode

Parent.

Properties

Configuration

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

public ConfigureSmith Configuration { get; set; }

Property Value

ConfigureSmith

ShowSmithAxisIndicator

Shows or hides the Smith axis indicator.

public bool ShowSmithAxisIndicator { get; set; }

Property Value

bool

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.

GetImgAndReal()

Returns Real and Imaginary values at the cursor's position.

public PointDouble3D GetImgAndReal()

Returns

PointDouble3D

PointDouble3D

ToString()

Convert class description to string

public override string ToString()

Returns

string

String

Events

ChangeResultContent

Change result content.

public event DataCursorSmith.ChangeResultContentEventHandler ChangeResultContent

Event Type

DataCursorSmith.ChangeResultContentEventHandler