Enum ChartSamplingFunction
Determines the type of the chart sampling function.
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public enum ChartSamplingFunction
Average
Specifies a AVERAGE function.
First
Specifies a FIRST function.
KeepExtremes
Specifies a function, which keeps the extremes in the source data.
Last
Specifies a LAST function.
Max
Specifies a MAX function.
Min
Specifies a MIN function.
Sum
Specifies a SUM function.