Click or drag to resize

LineSeriesStat Structure

LightningChart .NET Help
Line series statistics.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
public struct LineSeriesStat

The LineSeriesStat type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodReset
Reset parameters.
Public methodToString
Convert class description to string.
(Overrides ValueTypeToString.)
Top
Fields
  NameDescription
Public fieldPointCount
Point count.
Public fieldStatDataValid
Is structure data valid or not.
Public fieldVisiblePointCount
Visible point count.
Public fieldVisibleXMax
Maximum visible X value.
Public fieldVisibleXMin
Minimum visible X value.
Public fieldVisibleYMax
Maximum visible Y value.
Public fieldVisibleYMin
Minimum visible Y value.
Public fieldXMax
Maximum X value.
Public fieldXMin
Minimum X value.
Top
See Also