Version

Infragistics Data Calculator

This topic introduces you to the DataCalculator which is part of the Infragistics Math Calculators™ library.

Overview

The topic is organized as follows:

Introduction

The DataCalculator is used to create custom error bars for Series objects in the xamDataChart™ control.

Properties

This section provides a list of properties of the DataCalculator class.

Property Name Property Type Description

Gets or sets the source of data items for the calculator.

string

Gets or sets the Value member path of a data item. This property must be mapped to a name of numeric property of a data item.

Requirements

In order to use the DataCalculator, the following assemblies must to be added to a WPF project.

Assembly Description

InfragisticsWPF.Math.Calculators.dll

Ultimate UI for WPF assembly containing mathematical calculators to compute correlation, mean, median, standard error, standard deviation and many more mathematical values.

InfragisticsWPF.Math.dll

Ultimate UI for WPF assembly containing standard mathematical constants and all-purpose mathematical functions designed to act on a variety of mathematical objects.

InfragisticsWPF.dll

Ultimate UI for WPF assembly containing shared functionality used by the Infragistics assemblies.

Example

Refer to the Series Error Bars topic for examples on how to integrate the DataCalculator with the xamDataChart control in order to create error bars with custom lengths for Series objects.