Click or drag to resize

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; }

Property Value

Type: AxisAlignment3D
See Also