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

BootstrapChartStockSeries Class

Stores settings of the Stock series.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public class BootstrapChartStockSeries :
    BootstrapChartFinancialSeriesBase

Remarks

The Stock series type is used to show a variation in stock prices over the course of a day. The low and high prices are represented by the bottom and top values of a vertical line, which is shown at each point, and the open and close prices are represented by the left and right tick marks, respectively.

BootstrapChart-Series-Stock

See Also