User (Legacy) Posted May 13, 2005 Report Share Posted May 13, 2005 Hi, I have a stacked bar chart and want to put labels on each of the stacked bars to show their values - is that possible? When I used the point label, that only put a label at the top most stacked bar, not all the rest. Would I use an event to put my own custom labels on? Thanks Sandra Link to comment Share on other sites More sharing options...
Software FX Posted May 13, 2005 Report Share Posted May 13, 2005 What version of Chart FX are you using ? -- Francisco Padron www.chartfx.com Link to comment Share on other sites More sharing options...
User (Legacy) Posted May 16, 2005 Author Report Share Posted May 16, 2005 Sorry, should have mentioned that! I'm using ChartFX for Delphi 2005. Sandra "SoftwareFX Support" <noreply@softwarefx.com> wrote in message news:7Dc9wY8VFHA.2608@webserver3.softwarefx.com... > What version of Chart FX are you using ? > > -- > Francisco Padron > www.chartfx.com > Link to comment Share on other sites More sharing options...
User (Legacy) Posted May 17, 2005 Author Report Share Posted May 17, 2005 Have got the labels working for each stacked bar on the chart ( didn't set all the series correctly before ). I am now trying to customise the point labels using the event GetPointLabel. I'm not sure if ChartFX is overriding my settings, but it isn't outputting the whole of my label. Is there anyway of extending the size of the label? In your sample there doesn't seem to be a restriction on the size, but mine will only output around 8 characters. Any thoughts? Thanks Sandra "SoftwareFX Support" <noreply@softwarefx.com> wrote in message news:7Dc9wY8VFHA.2608@webserver3.softwarefx.com... > What version of Chart FX are you using ? > > -- > Francisco Padron > www.chartfx.com > Link to comment Share on other sites More sharing options...
Software FX Posted May 18, 2005 Report Share Posted May 18, 2005 If you are changing the length of the label, you must set nRes := 1; Inside the event handler. -- Francisco Padron www.chartfx.com Link to comment Share on other sites More sharing options...
User (Legacy) Posted May 20, 2005 Author Report Share Posted May 20, 2005 Yes that's it! Thanks. "SoftwareFX Support" <noreply@softwarefx.com> wrote in message news:ee7SZX$WFHA.4092@webserver3.softwarefx.com... > If you are changing the length of the label, you must set > > nRes := 1; > > Inside the event handler. > > -- > Francisco Padron > www.chartfx.com > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.