MicroXYDataPointCollectionView Class
Represents a collection view that generates MicroXYDataPoint from a specified source collection.
public sealed class MicroXYDataPointCollectionView : MicroDataPointCollectionViewBase<MicroXYDataPoint>
- Inheritance:
- object MicroDataPointCollectionViewBase<MicroXYDataPoint> object
Constructors
MicroXYDataPointCollectionView(MicroXYSeriesBase, object?, int)
Initializes an instance of the class.
public MicroXYDataPointCollectionView(MicroXYSeriesBase series, object? baselineValue, int optimalAggregationCount)
| Parameter | Type | Description |
|---|---|---|
| series | MicroXYSeriesBase | The series associated with the view. |
| baselineValue | object | The baseline value. |
| optimalAggregationCount | int | The optimal number of data points used when aggregation is enabled. |
Properties
FirstDataPoint
The first data point of the collection.
LastDataPoint
The last data point of the collection.
MaxXDataPoint
The maximum data point along the X-axis.
MaxXValue
The maximum value along the X-axis.
MaxXValueResolved
The maximum resolved value along the X-axis.
MaxYDataPoint
The maximum data point along the Y-axis.
MaxYValue
The maximum value along the Y-axis.
MaxYValueResolved
The maximum resolved value along the Y-axis.
MinXDataPoint
The minimum data point along the X-axis.
MinXValue
The minimum value along the X-axis.
MinXValueResolved
The minimum resolved value along the X-axis.
MinYDataPoint
The minimum data point along the Y-axis.
MinYValue
The minimum value along the Y-axis.
MinYValueResolved
The minimum resolved value along the Y-axis.
XType
The Type of data along the X-axis.
YType
The Type of data along the X-axis.
Methods
GetItemFromXValue(object)
A MicroXYDataPoint associated with a specified X value, if that data is available.
public MicroXYDataPoint? GetItemFromXValue(object value)
| Parameter | Type | Description |
|---|---|---|
| value | object | The X value. |
Returns
- MicroXYDataPoint:
A MicroXYDataPoint associated with a specified X value, if that data is available.
GetItemFromYValue(object)
A MicroXYDataPoint associated with a specified Y value, if that data is available.
public MicroXYDataPoint? GetItemFromYValue(object value)
| Parameter | Type | Description |
|---|---|---|
| value | object | The Y value. |
Returns
- MicroXYDataPoint:
A MicroXYDataPoint associated with a specified Y value, if that data is available.
Initialize()
Initializes this instance.
protected override void Initialize()
Inherited Members
- MicroDataPointCollectionViewBase<MicroXYDataPoint>.GetEnumerator()
- MicroDataPointCollectionViewBase<MicroXYDataPoint>.IndexOf(MicroXYDataPoint)
- MicroDataPointCollectionViewBase<MicroXYDataPoint>.Count
- object.GetType()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()