Axis3DBaseCornerAlignment Property |
LightningChart .NET Help
Alignment in the corner of 3D chart space.
Namespace:
Arction.Wpf.Charting.Axes
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(AxisAlignment3D.Inside)]
public AxisAlignment3D CornerAlignment { get; set; }<DefaultValueAttribute(AxisAlignment3D.Inside)>
Public Property CornerAlignment As AxisAlignment3D
Get
Set
public:
[DefaultValueAttribute(AxisAlignment3D::Inside)]
property AxisAlignment3D CornerAlignment {
AxisAlignment3D get ();
void set (AxisAlignment3D value);
}Property Value
Type:
AxisAlignment3D
See Also