Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

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

C#
public sealed class ErrorValueType : TypesafeEnum
vb.net
Public NotInheritable Class ErrorValueType
        Inherits TypesafeEnum

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