Click or drag to resize

AxisZ3D Constructor (View3DBase, Boolean)

LightningChart .NET Help
Constructor.

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

Parameters

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