AttributedString Pie Labels generateAttributedSectionLabel

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
dumasi47
Posts: 1
Joined: Sun Apr 15, 2007 10:08 am

AttributedString Pie Labels generateAttributedSectionLabel

Post by dumasi47 » Sun Apr 15, 2007 11:29 am

Hi,

I am creating my own Custom Label Generator as in PieChart Demo 8.

My problem is that I cannot get the AttributedString Label being produced.
I have tried to find examples of it actually working. I checked the Forums
and searched for examples within JFreeCharts.

Does / Has anybody used multiple font styled labels on the a Pie Chart Label ?

field1 = value 1
field2 = value 2 ( xyz %)


where field1 & field 2 ---- font size 10 Bold, Italic
value 1 & 2 ---- font size 8
xyz - font size 8 Italic



Thanks for any help


regards


dumasi47

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Tue Apr 17, 2007 5:07 pm

The attributed string label is never actually used by JFreeChart...it is a feature that hasn't been implemented. I'll add a note to the API documentation.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

AjitPS
Posts: 49
Joined: Tue Oct 22, 2013 10:08 am
antibot: No, of course not.
Location: UK

Re: AttributedString Pie Labels generateAttributedSectionLa

Post by AjitPS » Mon Jul 07, 2014 5:23 pm

Hi, I too have a couple of queries around issues that I'm facing with the AttributedString labels of the domain & range axis. Any feedback would be appreciated. The issues are described here:
http://www.jfree.org/phpBB2/viewtopic.php?f=3&t=116966

Locked