PointLineSeriesPointsWithErrors Property |
LightningChart .NET Help
Series points with error tolerance indicators.
Namespace:
Arction.WinForms.Charting.SeriesXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic SeriesErrorPoint[] PointsWithErrors { get; set; }Public Property PointsWithErrors As SeriesErrorPoint()
Get
Set
public:
property array<SeriesErrorPoint>^ PointsWithErrors {
array<SeriesErrorPoint>^ get ();
void set (array<SeriesErrorPoint>^ value);
}Property Value
Type:
SeriesErrorPoint
See Also