ClassDataPointSamplingInfo
Class
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:
cs-api-definition
public class DataPointSamplingInfo : IEnumerable<object>, IEnumerable
Inheritance: objectDataPointSamplingInfo
Implements:
Constructors
DataPointSamplingInfo(AggregateResultCollection, AggregateFunctionsGroup)
Initializes a new instance of the DataPointSamplingInfo class.
Declaration
cs-api-definition
public DataPointSamplingInfo(AggregateResultCollection resultCollection, AggregateFunctionsGroup group)
Parameters
resultCollection
The resultCollection.
group
The group.
Properties
AggregateResultCollection
Gets or sets the AggregateResultCollection used to create the DataPoint.
Declaration
cs-api-definition
public AggregateResultCollection AggregateResultCollection { get; set; }
Property Value
Count
Gets the number of elements contained in the DataPointSamplingInfo.
Methods
GetEnumerator()
Returns an enumerator that iterates through the DataPointSamplingInfo.
Declaration
cs-api-definition
public IEnumerator<object> GetEnumerator()
Returns
Implements