AxisXGridSegmentIndex Property |
LightningChart .NET Help
GridSegmentIndex.
Clip grid inside segment of the index.
If this set to -1, no grid cliping occurs of the X-axis.
If index is greater than zero, clip the grid of the certain segment.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(-1)]
public int GridSegmentIndex { get; set; }<DefaultValueAttribute(-1)>
Public Property GridSegmentIndex As Integer
Get
Set
public:
[DefaultValueAttribute(-1)]
property int GridSegmentIndex {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also