Table of Contents

Class ConfigureXY

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

Constructors

ConfigureXY()

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

ConfigureXY(IChartNode)

Constructor.

public ConfigureXY(IChartNode owner)

Parameters

owner IChartNode

Parent.

Properties

XAxisLabelBackground

XAXis label background color.

public Color XAxisLabelBackground { get; set; }

Property Value

Color

XAxisLabelBorderColor

XAxis label border color.

public Color XAxisLabelBorderColor { get; set; }

Property Value

Color

XAxisLabelForeground

XAxis label foreground.

public Color XAxisLabelForeground { get; set; }

Property Value

Color

XAxisLabelUseSeriesColor

When enabled, uses series color to color the XAxis label.

public bool XAxisLabelUseSeriesColor { get; set; }

Property Value

bool

XAxisLabelVisible

Shows or hides the X axis label.

public bool XAxisLabelVisible { get; set; }

Property Value

bool

XAxisLineVisible

Shows or hides the xAxis indicator line.

public bool XAxisLineVisible { get; set; }

Property Value

bool

YAxisLabelBackground

YAXis label background.

public Color YAxisLabelBackground { get; set; }

Property Value

Color

YAxisLabelBorderColor

YAXis label border color.

public Color YAxisLabelBorderColor { get; set; }

Property Value

Color

YAxisLabelForeground

YAXis label foreground.

public Color YAxisLabelForeground { get; set; }

Property Value

Color

YAxisLabelUseSeriesColor

When enabled, uses series color to color YAXis label.

public bool YAxisLabelUseSeriesColor { get; set; }

Property Value

bool

YAxisLabelVisible

Shows or hides the YAxis label.

public bool YAxisLabelVisible { get; set; }

Property Value

bool

YAxisLineVisible

Show or hides the YAxis indicator line.

public bool YAxisLineVisible { 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