Back to Devexpress

ChartDataType Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-53223f2b.md

latest1.4 KB
Original Source

ChartDataType Enum

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

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum ChartDataType
vb
Public Enum ChartDataType

Members

NameDescription
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.

|

The following properties accept/return ChartDataType values:

Remarks

The enumeration is used by the BootstrapPieChartSeries.ArgumentType property.

See Also

DevExpress.Web.Bootstrap Namespace