BootstrapChartValueErrorBarSettings.Type Property
Specifies how error bar values must be calculated.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v20.2.dll
Declaration
[DefaultValue(ChartValueErrorBarType.Auto)]
public ChartValueErrorBarType Type { get; set; }
<DefaultValue(ChartValueErrorBarType.Auto)>
Public Property Type As ChartValueErrorBarType
Property Value
Type | Default | Description |
---|---|---|
ChartValueErrorBarType | Auto |
One of the ChartValueErrorBarType enumeration values. |
Property Paths
You can access this nested property as listed below:
Show 16 property paths
See Also
Feedback