LineSeriesStat Structure |
Namespace: Arction.Wpf.ChartingMVVM
The LineSeriesStat type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Reset |
Reset parameters.
| |
| ToString |
Convert class description to string.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| PointCount |
Point count.
| |
| StatDataValid |
Is structure data valid or not.
| |
| VisiblePointCount |
Visible point count.
| |
| VisibleXMax |
Maximum visible X value.
| |
| VisibleXMin |
Minimum visible X value.
| |
| VisibleYMax |
Maximum visible Y value.
| |
| VisibleYMin |
Minimum visible Y value.
| |
| XMax |
Maximum X value.
| |
| XMin |
Minimum X value.
|