An ErrorValueType value specifies an error bar's error value type.

 public sealed class ErrorValueType : TypesafeEnum
Public NotInheritable Class ErrorValueType
		Inherits TypesafeEnum

Name

Description

Custom

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

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

Standard error