Class ItemMapping
This class represents an individual mapping between a field from the RadChart's ItemsSource and
the Data
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class ItemMapping : InheritanceContextPropagator
Remarks
You need to add a separate Item
Constructors
ItemMapping()
ItemMapping(String, DataPointMember)
Initializes a new instance of the Item
Declaration
public ItemMapping(string fieldName, DataPointMember dataPointMember)
Parameters
System. Field name in the context of the ItemsSource the chart is bound to. |
Data The Data |
ItemMapping(String, DataPointMember, ChartAggregateFunction)
Initializes a new instance of the Item
Declaration
public ItemMapping(string fieldName, DataPointMember dataPointMember, ChartAggregateFunction aggregateFunction)
Parameters
System. Field name in the context of the ItemsSource the chart is bound to. |
Data The Data |
Chart The aggregate function. |
Fields
AggregateFunctionProperty
Identifies the Aggregate
Declaration
public static readonly DependencyProperty AggregateFunctionProperty
Field Value
System.
|
CustomAggregateFunctionProperty
Identifies the Custom
Declaration
public static readonly DependencyProperty CustomAggregateFunctionProperty
Field Value
System.
|
CustomSamplingFunctionProperty
Identifies the Custom
Declaration
public static readonly DependencyProperty CustomSamplingFunctionProperty
Field Value
System.
|
DataPointMemberProperty
Identifies the Data
Declaration
public static readonly DependencyProperty DataPointMemberProperty
Field Value
System.
|
FieldNameProperty
Identifies the Field
Declaration
public static readonly DependencyProperty FieldNameProperty
Field Value
System.
|
FieldTypeProperty
Identifies the Field
Declaration
public static readonly DependencyProperty FieldTypeProperty
Field Value
System.
|
SamplingFunctionProperty
Identifies the Sampling
Declaration
public static readonly DependencyProperty SamplingFunctionProperty
Field Value
System.
|
Properties
AggregateFunction
Gets or sets the aggregate function.
Declaration
public ChartAggregateFunction AggregateFunction { get; set; }
Property Value
Chart The aggregate function. |
CustomAggregateFunction
Gets or sets the custom aggregate function.
Declaration
public EnumerableSelectorAggregateFunction CustomAggregateFunction { get; set; }
Property Value
Enumerable The custom aggregate function. |
CustomSamplingFunction
Gets or sets a custom function used to extract data samples.
Declaration
public EnumerableSelectorAggregateFunction CustomSamplingFunction { get; set; }
Property Value
Enumerable The custom sampling function. |
DataPointMember
The Data
Declaration
public DataPointMember DataPointMember { get; set; }
Property Value
FieldName
Gets or sets a field name in the context of the datasource the chart is bound to.
Declaration
public string FieldName { get; set; }
Property Value
System.
|
FieldType
Gets or sets the field type in the context of the datasource the chart is bound to.
Declaration
public Type FieldType { get; set; }
Property Value
System.
|
SamplingFunction
Gets or sets the sampling function.
Declaration
public ChartSamplingFunction SamplingFunction { get; set; }
Property Value
Chart The sampling function. |