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; }<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