PointLineSeriesBaseStatistics Property |
LightningChart .NET Help
Gets statistics of the series. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic LineSeriesStat Statistics { get; }Public ReadOnly Property Statistics As LineSeriesStat
Get
public:
property LineSeriesStat Statistics {
LineSeriesStat get ();
}Property Value
Type:
LineSeriesStat
See Also