A newer version of this page is available.
Switch to the current version.
BootstrapChartSeries.Type Property
Sets the series type.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(SeriesType.Line)]
public SeriesType Type { get; set; }
<DefaultValue(SeriesType.Line)>
Public Property Type As SeriesType
Property Value
Type | Default | Description |
---|---|---|
SeriesType | Line |
One of the SeriesType enumeration values. |
Remarks
The series type determines the distinctive look of the series. Depending on the nature of data, one series type may be preferable over another. To choose which series type serves your visualization purposes best, visit the Series Types document.
See Also
Feedback