Click or drag to resize

SeriesErrorPoint Structure

LightningChart .NET Help
Series point with error tolerance.
Inheritance Hierarchy
SystemObject
  SystemValueType
    LightningChartLib.UWP.ChartingMVVMSeriesErrorPoint

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
[SerializableAttribute]
public struct SeriesErrorPoint : IColoredPoint

The SeriesErrorPoint type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyPointColor Color of the point. This is used only if the series PointStyles IndividiualPointColor is not set to Off.
Top
Methods
 NameDescription
Public methodToString Convert class description to string.
(Overrides ValueTypeToString)
Top
Fields
 NameDescription
Public fieldErrorXMinus X amount to X-axis reverse direction
Public fieldErrorXPlus X amount to X-axis positive direction.
Public fieldErrorYMinus Y amount to Y-axis reverse direction.
Public fieldErrorYPlus Y amount to Y-axis positive direction.
Public fieldTag Tag. Freely assignable object.
Public fieldX X value.
Public fieldY Y value.
Top
See Also