Click or drag to resize

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

Property Value

Type: Int32
See Also