Back to Devexpress

BootstrapPolarChartAreaSeries Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-b56453f6.md

latest2.1 KB
Original Source

BootstrapPolarChartAreaSeries Class

Stores settings of the Area series.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapPolarChartAreaSeries :
    BootstrapPolarChartSeriesBase,
    IBootstrapChartPointSeries,
    IBootstrapChartUncertaintySeries
vb
Public Class BootstrapPolarChartAreaSeries
    Inherits BootstrapPolarChartSeriesBase
    Implements IBootstrapChartPointSeries,
               IBootstrapChartUncertaintySeries

Remarks

The Area series type is useful when you need to emphasize a change in values. With this series type, data is displayed by a line that joins points, and the shaded area between this line and the zero value. This line is a border and is invisible by default.

Inheritance

Object StateManager CollectionItem DevExpress.Web.Bootstrap.Internal.JsonCollectionItem BootstrapChartCommonSeriesBase BootstrapCoordinateSystemChartSeries BootstrapPolarChartSeriesBase BootstrapPolarChartAreaSeries

See Also

BootstrapPolarChartAreaSeries Members

DevExpress.Web.Bootstrap Namespace