Table of Contents

Class ConfigureSmith

Namespace
LightningChartLib.WinForms.Charting.DataCursor
Assembly
LightningChart.WinForms.Charting.NET4.dll

Result table showing information about the closest data value.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class ConfigureSmith : ChartNode, IChartNode, IDisposable
Inheritance
ConfigureSmith
Implements
Inherited Members

Constructors

ConfigureSmith()

LightningChartLib.WinForms.Charting.DataCursor.ConfigureSmith
public ConfigureSmith()

ConfigureSmith(IChartNode)

Constructor.

public ConfigureSmith(IChartNode owner)

Parameters

owner IChartNode

Parent.

Properties

ImaginaryBorderColor

Imaginary axis label border color.

public Color ImaginaryBorderColor { get; set; }

Property Value

Color

ImaginaryLabelBackground

Imaginary axis label background.

public Color ImaginaryLabelBackground { get; set; }

Property Value

Color

ImaginaryLabelForeground

Imaginary axis label foreground.

public Color ImaginaryLabelForeground { get; set; }

Property Value

Color

ImaginaryLabelUseSeriesColor

When enabled, uses series color to color the Imaginary axis label.

public bool ImaginaryLabelUseSeriesColor { get; set; }

Property Value

bool

ImaginaryLabelVisible

Show or hides the Imaginary axis labels.

public bool ImaginaryLabelVisible { get; set; }

Property Value

bool

ImaginaryLineStyle

Imaginary line style.

public LineStyle ImaginaryLineStyle { get; set; }

Property Value

LineStyle

ImaginaryLineVisible

Show or hides the Imaginary line.

public bool ImaginaryLineVisible { get; set; }

Property Value

bool

RealBorderColor

Real axis label border color.

public Color RealBorderColor { get; set; }

Property Value

Color

RealLabelBackground

Real axis label background.

public Color RealLabelBackground { get; set; }

Property Value

Color

RealLabelForeground

Real axis label foreground.

public Color RealLabelForeground { get; set; }

Property Value

Color

RealLabelUseSeriesColor

When enabled, uses series color to color the Real axis label.

public bool RealLabelUseSeriesColor { get; set; }

Property Value

bool

RealLabelVisible

Shows or hides the Real axis labels.

public bool RealLabelVisible { get; set; }

Property Value

bool

RealLineStyle

Real line style.

public LineStyle RealLineStyle { get; set; }

Property Value

LineStyle

RealLineVisible

Shows or hides the Real line.

public bool RealLineVisible { get; set; }

Property Value

bool

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