Back to Devexpress

BootstrapSparkline Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-94d946d8.md

latest3.1 KB
Original Source

BootstrapSparkline Class

Represents a Sparkline control.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[DXClientDocumentationProviderWeb("BootstrapSparkline")]
[ToolboxBitmap(typeof(BootstrapToolboxBitmapAccess), "Bitmaps256.BootstrapSparkline.bmp")]
[ToolboxTabName("DX.25.2: Bootstrap Controls")]
public class BootstrapSparkline :
    BootstrapWebClientUIWidget
vb
<ToolboxTabName("DX.25.2: Bootstrap Controls")>
<DXClientDocumentationProviderWeb("BootstrapSparkline")>
<ToolboxBitmap(GetType(BootstrapToolboxBitmapAccess), "Bitmaps256.BootstrapSparkline.bmp")>
Public Class BootstrapSparkline
    Inherits BootstrapWebClientUIWidget

Remarks

The Bootstrap Sparkline control is a compact chart that contains only one series. A series is a group of related data points. The most important characteristic of a series is its type, which determines a specific visual presentation of data. Owing to their size, sparklines occupy very little space and can be easily collected in a table or embedded straight in text.

Note

The BootstrapSparkline control provides you with comprehensive client-side functionality implemented using JavaScript code:

Inheritance

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl BootstrapWebClientUIWidget BootstrapSparkline

See Also

BootstrapSparkline Members

Sparkline

Online Demo: Sparkline

DevExpress.Web.Bootstrap Namespace