ChartDataType Enum
List values that define the type of Pie Chart series‘ argument values.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
Declaration
Members
Name | Description |
---|---|
Auto
|
The data type is determined automatically. |
Numeric
|
A chart displays values of a numeric type. |
DateTime
|
A chart displays values of a data or time type. |
String
|
A chart displays values of the string type. |
Related API Members
The following properties accept/return ChartDataType values:
Remarks
The enumeration is used by the BootstrapPieChartSeries.ArgumentType property.
See Also