Table of Contents

Class AxisZ3D

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

3D Z-axis.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class AxisZ3D : Axis3DBase, IChartNode, IDisposable, IHighlightingItem
Inheritance
AxisZ3D
Implements
Inherited Members

Constructors

AxisZ3D()

Constructor for Form designer's list editor.

public AxisZ3D()

AxisZ3D(View3DBase, bool)

Constructor.

public AxisZ3D(View3DBase owner, bool isPrimary)

Parameters

owner View3DBase

Parent.

isPrimary bool

Is this axis primary. If not primary, it's secondary.

Properties

Location

Manually set location. This selection is ignored when AutoLocation is used.

public AxisZLocation3D Location { get; set; }

Property Value

AxisZLocation3D

Orientation

Orientation plane of the axis bar and ticks.

public PlaneZAxis3D Orientation { get; set; }

Property Value

PlaneZAxis3D

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.