Skip to main content

ChartDataType Enum

List values that define the type of Pie Chart series’ argument values.

Namespace: DevExpress.AspNetCore.Bootstrap

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

public enum ChartDataType

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.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also