ChartDataType Enum
In This Article
List values that define the type of Pie Chart series’ argument values.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
Auto | The data type is determined automatically. |
Numeric | A chart displays values of a numeric type. |
Date |
A chart displays values of a data or time type. |
String | A chart displays values of the string type. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also