Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Description

The ErrorValueType is used in the ErrorBar.ValueType property to specify how the error value is determined.

C#
vb.net

Values

Name

Description

Custom

The error varies between data points, and is determined by the ErrorBar.CustomMinusFormula and ErrorBar.CustomPlusFormula properties.

FixedValue

The error value specified by ErrorBar.Value is a fixed value.

Percentage

The error value specified by ErrorBar.Value is a percentage.

StandardDeviation

The error value specified by ErrorBar.Value is a standard deviation.

StandardError

The error is calculated as the standard error of the data point's value

  • No labels