Search found 1 match

by SeymO
Tue Aug 24, 2010 1:06 pm
Forum: JFreeChart
Topic: [StandarDialRange] Modifying thickness
Replies: 0
Views: 837

[StandarDialRange] Modifying thickness

StandardDialRange range = new StandardDialRange(intermValue2, maxValue, Color.red); range.setInnerRadius(0.55); range.setOuterRadius(0.55); plot.addLayer(range);* Inner and Outer radius are set at the same value so the range is only one line. Is there a way to modify thickness of the range line?