Polar Charts

A Polar chart is a circular graph which is used to plot polar coordinates. This chart type is very similar to the Radar gallery chart type, however, the supported members of the Polar Class allow you to create graphs specific for ploting polar coordinates.

The properties of the Polar class allow you to customize the visual attributes of a Polar chart. In order to make the supported members available, you must first create a 'Polar' gallery object:


GalleryObj.Polar myPolar = new GalleryObj.Polar();
myPolar.setCircular(true);
chart1.setGalleryObj(myPolar);

Once this has been done, using the newly created object you can assign these special attributes for the Polar gallery in your chart. For more information regarding the Polar Chart object refer to the Chart FX for Java API Reference.