ComponentOne Chart for .NET (2.0) Search HelpCentral 

Polar Charts

A Polar chart draws the x and y coordinates in each series as (theta,r), where theta is amount of rotation from the origin and r is the distance from the origin. Theta may be specified in either degrees (default) or radians. Since the X-axis is a circle, the X-axis maximum and minimum values are fixed. The series can be drawn independently, or stacked.

Using the LineStyle and SymbolStyle, the line and symbol properties of each series can be customized. For more information, see Line and Symbol Styles for the Series.

Use the ChartGroup object’s Stacked property to create a stacking Polar chart. Stacking charts represent the data by stacking the values for each series on top of the values from the previous series.

To set the chart type to Polar/Radar at design time

·      Expand the ChartGroups node in the Properties window. Open the ChartGroups Collection Editor by clicking the ellipsis button. In the right pane of the editor, set the ChartType property to Polar.

·      An alternate method to change chart type is to right-click the existing chart and select Chart Properties. From the Gallery, select ChartType as Polar.

·      Another alternate method is to select Chart Properties from the Properties pane. From the Gallery, select ChartType as Polar.


Polar Chart Programming Considerations

Special Polar Chart Properties


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.