Click or drag to resize

AxisY3D Constructor (View3DBase, Boolean)

LightningChart .NET Help
Constructor.

Namespace:  Arction.WinForms.Charting.Axes
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public AxisY3D(
	View3DBase owner,
	bool isPrimary
)

Parameters

owner
Type: Arction.WinForms.Charting.Views.View3DView3DBase
Parent.
isPrimary
Type: SystemBoolean
Is this axis primary. If not primary, it's secondary.
See Also