AxisXGridSegmentIndex Property |
LightningChart .NET Help
Gets or sets the index of a segment to clip the grid dependency property. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Axes
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic int GridSegmentIndex { get; set; }Public Property GridSegmentIndex As Integer
Get
Set
public:
property int GridSegmentIndex {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also