Skip to main content

Diagram

  • 2 minutes to read

The Diagram is one of the basic chart elements, because it represents series data. Its most significant characteristic is type, which allows representation of only those series that are compatible with this diagram within it.

The following diagram types are available.

#XY-Diagram 2D

Diagram_XYDiagram2D

The table below lists the main properties which affect the element's appearance and functionality:

Class

XYDiagram2D

Availability

The ChartControl.Diagram property of a chart control.

Axes

XYDiagram2D.AxisX, XYDiagram2D.AxisY, XYDiagram2D.SecondaryAxesX and XYDiagram2D.SecondaryAxesY

Appearance

Pane.DomainBrush, Pane.DomainBorderBrush, Pane.MirrorHeight

Layout

XYDiagram2D.Rotated

For information on which series view types can be combined with this diagram type, refer to Series Types Compatibility.

#Simple Diagram 2D

Diagram_SimpleDiagram2D

The table below lists the main properties which affect the element's appearance and functionality:

Class

SimpleDiagram2D

Availability

The ChartControl.Diagram property of a chart control.

Layout

SimpleDiagram2D.Dimension, SimpleDiagram2D.LayoutDirection

Compatible Series

PieSeries2D

#Polar Diagram

Diagram types of this category are used to plot Polar series.

PolarDiagram

The table below lists the main properties that affect the element's appearance and functionality.

Class

PolarDiagram2D

Availability

The ChartControl.Diagram property of a chart control.

Axes

PolarDiagram2D.AxisX and PolarDiagram2D.AxisY

Appearance

Diagram.Foreground, CircularDiagram2D.DomainBrush, CircularDiagram2D.ShapeStyle

Layout

CircularDiagram2D.RotationDirection, CircularDiagram2D.StartAngle, CircularDiagram2D.LabelsResolveOverlappingMinIndent

For information on which series view types can be combined with this diagram type, refer to Series Types Compatibility.

#Radar Diagram

Diagram types of this category are used to plot Radar series.

RadarDiagram

The table below lists the main properties that affect the element's appearance and functionality.

Class

RadarDiagram2D

Availability

The ChartControl.Diagram property of a chart control.

Axes

RadarDiagram2D.AxisX and RadarDiagram2D.AxisY

Appearance

Diagram.Foreground, CircularDiagram2D.DomainBrush, CircularDiagram2D.ShapeStyle

Layout

CircularDiagram2D.RotationDirection, CircularDiagram2D.StartAngle, CircularDiagram2D.LabelsResolveOverlappingMinIndent

For information on which series view types can be combined with this diagram type, refer to Series Types Compatibility.

See Also