Represents an info class that is used to store the data needed to generate a DataPoint in sampling scenario.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class DataPointSamplingInfo : IEnumerable<object>, IEnumerable
Inheritance: objectDataPointSamplingInfo
Implements:
Constructors
Initializes a new instance of the DataPointSamplingInfo class.
C#
public DataPointSamplingInfo(AggregateResultCollection resultCollection, AggregateFunctionsGroup group)
The resultCollection.
groupAggregateFunctionsGroupThe group.
Properties
Gets or sets the AggregateResultCollection used to create the DataPoint.
C#
public AggregateResultCollection AggregateResultCollection { get; set; }
Gets the number of elements contained in the DataPointSamplingInfo.
C#
public int Count { get; }
Methods
Returns an enumerator that iterates through the DataPointSamplingInfo.