Specifies the drawing styles for a radar chart. Namespace: MindFusion.Charting Syntax
Members
RemarksThe Enumeration represents the different styles of radar charts that can be drawn with arcs, lines or points. The style of a radar chart is specified with the RadarStyle property. The members of the enumeration allow bitwise combination, for example you can draw lines with points. The chart graphics is drawn with pens and brushes set with ChartPens and ChartBrushes. When shapes at data points are drawn their type is set with Shapes. The pens and brushes for them are specified with ShapePens and ShapeBrushes. The type of the radar chart is set with the RadarType property and the RadarType enumeration. See Also |