Back to Devexpress

PolarDiagram Class

corelibraries-devexpress-dot-xtracharts-e0fa09d7.md

latest2.1 KB
Original Source

PolarDiagram Class

Represents a diagram that is used to plot series of the Polar view types.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class PolarDiagram :
    RadarDiagram
vb
Public Class PolarDiagram
    Inherits RadarDiagram

Remarks

The PolarDiagram class represents a circular diagram type used to plot series of the Polar view types.

An object of the PolarDiagram type can be accessed via the ChartControl.Diagram property of a chart control that displays a Polar series.

For more information, refer to Radar and Polar Diagrams.

Implements

IXtraSerializable

Inheritance

Object ChartElement Diagram RadarDiagram PolarDiagram

See Also

PolarDiagram Members

Radar and Polar Diagrams

DevExpress.XtraCharts Namespace