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