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(AxisYLocation3D.FrontLeft)]
public AxisYLocation3D Location { get; set; }<DefaultValueAttribute(AxisYLocation3D.FrontLeft)>
Public Property Location As AxisYLocation3D
Get
Set
public:
[DefaultValueAttribute(AxisYLocation3D::FrontLeft)]
property AxisYLocation3D Location {
AxisYLocation3D get ();
void set (AxisYLocation3D value);
}Property Value
Type:
AxisYLocation3D
See Also