Click or drag to resize

AxisYPositionOffset Property

LightningChart .NET Help
Position offset shifts the axis by pixel count set. 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.Charting.Axes
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(0)]
public int PositionOffset { get; set; }

Property Value

Type: Int32
See Also