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; }<DefaultValueAttribute(0)>
Public Property PositionOffset As Integer
Get
Set
public:
[DefaultValueAttribute(0)]
property int PositionOffset {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also