Click or drag to resize

AxisLayoutSegments Property

LightningChart .NET Help
Y-axis segment list. Used, when axis layout is segmented.

Namespace:  Arction.Wpf.Charting.Views.ViewXY
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public List<YAxisSegment> Segments { get; set; }

Property Value

Type: ListYAxisSegment
See Also