Class AxisY3D
- Namespace
- LightningChartLib.WinForms.Charting.Axes
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
3D Y-axis.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class AxisY3D : Axis3DBase, IChartNode, IDisposable, IHighlightingItem
- Inheritance
-
AxisY3D
- Implements
- Inherited Members
Constructors
AxisY3D()
Constructor for Form designer's list editor
public AxisY3D()
AxisY3D(View3DBase, bool)
Constructor.
public AxisY3D(View3DBase owner, bool isPrimary)
Parameters
ownerView3DBaseParent.
isPrimaryboolIs this axis primary. If not primary, it's secondary.
Properties
Location
Manually set location. This selection is ignored when AutoLocation is used.
public AxisYLocation3D Location { get; set; }
Property Value
Orientation
Orientation plane of the axis bar and ticks.
public PlaneYAxis3D Orientation { get; set; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingboolTrue if managed resources should be disposed, otherwise false.