Axis3DBaseCornerAlignment Property |
LightningChart .NET Help
Gets or sets alignment in the corner of 3D chart space. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Axes
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(AxisAlignment3D.Outside)]
public AxisAlignment3D CornerAlignment { get; set; }<DefaultValueAttribute(AxisAlignment3D.Outside)>
Public Property CornerAlignment As AxisAlignment3D
Get
Set
public:
[DefaultValueAttribute(AxisAlignment3D::Outside)]
property AxisAlignment3D CornerAlignment {
AxisAlignment3D get ();
void set (AxisAlignment3D value);
}Property Value
Type:
AxisAlignment3D
See Also