ValueErrorBarType Enum
Namespace: DevExtreme.AspNet.Mvc
Assembly: DevExtreme.AspNet.Core.dll
Declaration
[JsonConverter(typeof(StringEnumConverter))]
public enum ValueErrorBarType
Members
Name |
Description |
Fixed |
|
Percent |
|
StdDeviation |
|
StdError |
|
Variance |
|
See Also