Dial Chart Problem

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Aniket_kedari
Posts: 17
Joined: Tue Jun 24, 2008 3:03 am

Dial Chart Problem

Post by Aniket_kedari » Fri Sep 12, 2008 9:21 am

I want to draw a DialChart.
But there is no class calld DialChart.
Also no direct method in chartFactory to create it.
Can anybody provide me guide lines to create Dial chart.

Thanks in advance,
Aniket

paradoxoff
Posts: 1634
Joined: Sat Feb 17, 2007 1:51 pm

Post by paradoxoff » Fri Sep 12, 2008 11:01 am

The API doc lists several classes that start with "Dial". You will find most of them in the package org.jfree.chart.plot.dial.

Locked