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
Syntaxpublic List<YAxisSegment> Segments { get; set; }Public Property Segments As List(Of YAxisSegment)
Get
Set
public:
property List<YAxisSegment^>^ Segments {
List<YAxisSegment^>^ get ();
void set (List<YAxisSegment^>^ value);
}Property Value
Type:
ListYAxisSegment
See Also