FreeformPointLineSeriesGetXValues Method |
LightningChart .NET Help
Get X values array.
Namespace:
Arction.Wpf.Charting.SeriesXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic double[] GetXValues()
Public Function GetXValues As Double()
public:
array<double>^ GetXValues()
Return Value
Type:
DoubleX values array.
See Also