Back to Devexpress

BootstrapChartStockSeries Class

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

latest2.1 KB
Original Source

BootstrapChartStockSeries Class

Stores settings of the Stock series.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapChartStockSeries :
    BootstrapChartFinancialSeriesBase
vb
Public Class BootstrapChartStockSeries
    Inherits 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.

Inheritance

Object StateManager CollectionItem DevExpress.Web.Bootstrap.Internal.JsonCollectionItem BootstrapChartCommonSeriesBase BootstrapCoordinateSystemChartSeries BootstrapChartSeriesBase BootstrapChartFinancialSeriesBase BootstrapChartStockSeries

See Also

BootstrapChartStockSeries Members

DevExpress.Web.Bootstrap Namespace