Table of Contents

Class Configure3D

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

Constructors

Configure3D()

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

Configure3D(IChartNode)

Constructor.

public Configure3D(IChartNode owner)

Parameters

owner IChartNode

Parent.

Properties

XAxisArrowBackground

xAxis Arrow background color.

public Color XAxisArrowBackground { get; set; }

Property Value

Color

XAxisArrowUseSeriesColor

When enabled, uses series color to color the xAxis Arrow label.

public bool XAxisArrowUseSeriesColor { get; set; }

Property Value

bool

XAxisLabelVisible

Shows or hides the xAxis Label.

public bool XAxisLabelVisible { get; set; }

Property Value

bool

XAxisLineVisible

Shows or hides the xAXis line.

public bool XAxisLineVisible { get; set; }

Property Value

bool

YAxisArrowBackground

yAxis Arrow background.

public Color YAxisArrowBackground { get; set; }

Property Value

Color

YAxisArrowUseSeriesColor

When enabled, uses series color to color yAxis Arrow label.

public bool YAxisArrowUseSeriesColor { get; set; }

Property Value

bool

YAxisLabelVisible

Show or hides the yAxis label.

public bool YAxisLabelVisible { get; set; }

Property Value

bool

YAxisLineVisible

Show or hides the YAxis line.

public bool YAxisLineVisible { get; set; }

Property Value

bool

ZAxisArrowBackground

zAxis Arrow background color.

public Color ZAxisArrowBackground { get; set; }

Property Value

Color

ZAxisArrowUseSeriesColor

When enabled, uses series color to color zAxis Arrow label.

public bool ZAxisArrowUseSeriesColor { get; set; }

Property Value

bool

ZAxisLabelVisible

Show or hides the zAxis label.

public bool ZAxisLabelVisible { get; set; }

Property Value

bool

ZAxisLineVisible

Show or hides the zAxis line.

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