RadarDiagram Properties
Represents a diagram that is used to plot series of the Radar view types.| Name | Description |
|---|---|
| AxisLabelsResolveOverlappingMinIndent | This property is hidden, and it is intended for serialization purposes only. Inherited from Diagram. |
| AxisX | Gets the axis that surrounds the radar diagram (circular axis). |
| AxisY | Gets the axis that radiates out from the center of a radar chart (radial axis). |
| BackColor | Gets or sets the diagram’s background color. |
| BackImage | Gets the background image settings. |
| BorderColor | Gets or sets the diagram’s border color. |
| BorderVisible | Gets or sets whether the diagram’s border is visible. |
| DrawingStyle | Gets or sets the shape style of a grid used to plot a Radar chart. |
| DrillDownOptions | Returns mouse actions and hotkey settings for the Drill Down feature. |
| FillStyle | Gets the diagram’s background fill style. |
| HiddenObject | Obsolete. Gets or sets an object used to support serialization in a Diagram. Inherited from Diagram. |
| LabelsResolveOverlappingMinIndent | This property is hidden, and it is intended for serialization purposes only. Inherited from Diagram. |
| Margins | Specifies the indent between the diagram‘s edge and other chart elements (e.g. legend and chart titles), in pixels. |
| RotationDirection | Gets or sets the direction in which the RadarAxisX is drawn. |
| SelectionOptions | Returns mouse actions and hotkey settings for the Selection feature. |
| Shadow | Gets the diagram’s shadow settings. |
| StartAngleInDegrees | Specifies the angle for the radial axis to start drawing. |
| Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
| TypeNameSerializable | Gets the string value used to support serialization of the diagram type. Inherited from Diagram. |
See Also