Skip to main content
A newer version of this page is available. .

ChartDataType Enum

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.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.

Related API Members

The following properties accept/return ChartDataType values:

Remarks

The enumeration is used by the BootstrapPieChartSeries.ArgumentType property.

See Also