Enum ErrorBarType

ErrorBarType enumeration

Represents error bar amount type.

public enum ErrorBarType

Values

NameValueDescription
Custom0InnerCustom value type.
FixedValue1Fixed value type.
Percent2Percentage type
StDev3Standard deviation type.
StError4Standard error type.

See Also