Click or drag to resize

AxisLayoutSegmentsGap Property

LightningChart .NET Help
Gets or sets gap between segments. This is a dependency property. When a stacked or segmented view 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 SegmentsGap { get; set; }

Property Value

Type: Int32
See Also