Click or drag to resize

AxisYPositionOffset Property

LightningChart .NET Help
Gets or sets position offset, which shifts the axis by pixel count set. This is a dependency property. It allows placing the axis for example outside the graph area, handy feature when you have many Y axis and you don't want them to overlap series data.

Namespace:  Arction.Wpf.ChartingMVVM.Axes
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(0)]
public int PositionOffset { get; set; }

Property Value

Type: Int32
See Also