Back to Devexpress

BootstrapPolarChart Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-711ba20d.md

latest2.8 KB
Original Source

BootstrapPolarChart Class

A Polar Chart control visualizing data in a polar coordinate system.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Remarks

The Bootstrap Polar Chart control displays charts in a polar coordinate system. In this system, each point on a plane is determined by the distance from the center (the point’s value) and the angle from a fixed direction (the point’s argument). To understand how a chart is displayed in a polar coordinate system, imagine how it would be displayed in a rectangular coordinate system and then round off the argument axis in your mind.

Inheritance

Show 12 items

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl BootstrapWebClientUIWidget BootstrapWebClientUIWidgetEx BootstrapChartBase BootstrapCoordinateSystemChart BootstrapPolarChart

See Also

BootstrapPolarChart Members

Polar Chart

DevExpress.Web.Bootstrap Namespace