CircularDiagram2D Class
In This Article
The base class for diagrams that plot Radar and Polar series.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
[TemplatePart(Name = "PART_Series", Type = typeof(ItemsControl))]
[TemplatePart(Name = "PART_Domain", Type = typeof(DomainPanel))]
[TemplatePart(Name = "PART_InterlaceControls", Type = typeof(ItemsControl))]
[TemplatePart(Name = "PART_GridLines", Type = typeof(ItemsControl))]
[TemplatePart(Name = "PART_DomainBorder", Type = typeof(Border))]
[TemplatePart(Name = "PART_DomainBackground", Type = typeof(Path))]
public abstract class CircularDiagram2D :
Diagram2D,
IXYDiagram,
IDiagram,
IPane,
IHitTestableElement
#Inheritance
#Extension Methods
See Also