aspnetbootstrap-devexpress-dot-web-dot-bootstrap-711ba20d.md
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
[DXClientDocumentationProviderWeb("BootstrapPolarChart")]
[ToolboxBitmap(typeof(BootstrapToolboxBitmapAccess), "Bitmaps256.BootstrapPolarChart.bmp")]
[ToolboxTabName("DX.25.2: Bootstrap Controls")]
public class BootstrapPolarChart :
BootstrapCoordinateSystemChart
<ToolboxTabName("DX.25.2: Bootstrap Controls")>
<DXClientDocumentationProviderWeb("BootstrapPolarChart")>
<ToolboxBitmap(GetType(BootstrapToolboxBitmapAccess), "Bitmaps256.BootstrapPolarChart.bmp")>
Public Class BootstrapPolarChart
Inherits BootstrapCoordinateSystemChart
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.
Show 12 items
Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl BootstrapWebClientUIWidget BootstrapWebClientUIWidgetEx BootstrapChartBase BootstrapCoordinateSystemChart BootstrapPolarChart
See Also