Specifies the different types of radar charts that can be drawn. Namespace: MindFusion.Charting Syntax
Members
RemarksThe enumeration represents the different types of radar charts that can be drawn. The type of a radar chart is specified with the RadarType property. The drawing style of the chart is specified with RadarStyle. Data for the chart is set with Data. The angles of data points in polar charts are specified with Angles. MindFusion.Charting parses all data automatically. All data types are allowed - integers, doubles and so on. 3D charts are drawn by changing the light angle for the chart background. The color of the background is set with Background3D property. No background brushes are used. The drawing style of a radar / polar chart is specified by the RadarStyle property. Default value for the RadarType property is RadarType.Radar2D. See Also |