AxisLayoutSegments Property |
LightningChart .NET Help
Gets or sets Segments list. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic SegmentCollection Segments { get; set; }Public Property Segments As SegmentCollection
Get
Set
public:
property SegmentCollection^ Segments {
SegmentCollection^ get ();
void set (SegmentCollection^ value);
}Property Value
Type:
SegmentCollection
See Also