Table of Contents

Class AxisX3D

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

3D X-axis.

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

Constructors

AxisX3D()

Constructor for Form designer's list editor.

public AxisX3D()

AxisX3D(View3DBase, bool)

Constructor.

public AxisX3D(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 AxisXLocation3D Location { get; set; }

Property Value

AxisXLocation3D

Orientation

Orientation plane of the axis bar and ticks.

public PlaneXAxis3D Orientation { get; set; }

Property Value

PlaneXAxis3D