Click or drag to resize

AxisLayoutSegmentsGap Property

LightningChart .NET Help
When stacked or segmented view is defined and there's more than one Y-axis defined, this is the gap in pixels between graph segments.

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

Property Value

Type: Int32
See Also