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.WinForms.Charting.Views.ViewXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(20)]
public int SegmentsGap { get; set; }<DefaultValueAttribute(20)>
Public Property SegmentsGap As Integer
Get
Set
public:
[DefaultValueAttribute(20)]
property int SegmentsGap {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also