BootstrapPolarChart Class
A Polar Chart control visualizing data in a polar coordinate system.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[DXClientDocumentationProviderWeb("BootstrapPolarChart")]
[ToolboxBitmap(typeof(BootstrapToolboxBitmapAccess), "Bitmaps256.BootstrapPolarChart.bmp")]
[ToolboxTabName("DX.24.1: Bootstrap Controls")]
public class BootstrapPolarChart :
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
See Also