Click or drag to resize

AxisLayoutStackedYAxesGap Property

LightningChart .NET Help
Gets or sets gap between Y axes. This is a dependency property. When MultiYAxisMode is selected and more than one Y axis has been defined, this is the gap in pixels between Y axes.

Namespace:  Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(20)]
public int StackedYAxesGap { get; set; }

Property Value

Type: Int32
See Also