Click or drag to resize

AxisX3DLocation Property

LightningChart .NET Help
Gets or sets set location manually. This selection is ignored when AutoLocation is used. 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(AxisXLocation3D.BottomFront)]
public AxisXLocation3D Location { get; set; }

Property Value

Type: AxisXLocation3D
See Also