AxisZ3DOrientation Property |
LightningChart .NET Help
Orientation plane of the axis bar and ticks.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(PlaneZAxis3D.YZ)]
public PlaneZAxis3D Orientation { get; set; }<DefaultValueAttribute(PlaneZAxis3D.YZ)>
Public Property Orientation As PlaneZAxis3D
Get
Set
public:
[DefaultValueAttribute(PlaneZAxis3D::YZ)]
property PlaneZAxis3D Orientation {
PlaneZAxis3D get ();
void set (PlaneZAxis3D value);
}Property Value
Type:
PlaneZAxis3D
See Also