Back to Devexpress

ChartValueErrorBarType Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-713666b3.md

latest1.8 KB
Original Source

ChartValueErrorBarType Enum

Lists the values that define how error bar values must be calculated.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum ChartValueErrorBarType
vb
Public Enum ChartValueErrorBarType

Members

NameDescription
Auto

The error bars type is undefined.

| | Percent |

Defines the confidential interval in percentages.

| | StdError |

Defines the standard deviation of its sampling distribution.

| | StdDeviation |

Defines the standard deviation.

| | Variance |

Defines the variance.

| | Fixed |

Defines the confidential interval in constant values.

|

The following properties accept/return ChartValueErrorBarType values:

Remarks

The enumeration is used by the BootstrapChartValueErrorBarSettings.Type property.

See Also

Chart

DevExpress.Web.Bootstrap Namespace