Version

Infragistics Percentage Calculator

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

Overview

The topic is organized as follows:

Introduction

The PercentageCalculator is used to generate percentage error bars for Series objects in the xamDataChart™ control.

Percentage Calculator Properties

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

Property Name Property Type Description

Value

double

Gets or sets the value for generating length of percentage error bars.

Requirements

In order to use the PercentageCalculator, the following NuGet package must be added to a WPF project.

  • Infragistics.WPF.Math.Calculators

For more information on setting up the NuGet feed and adding NuGet packages, you can take a look at the following documentation: NuGet Feeds.

Example

Refer to the Series Error Bars topic for examples on how to integrate the PercentageCalculator with the xamDataChart control in order to calculate error bars with percentage of data values bound to Series objects.