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