CGDevTools Forum

Welcome to the Official CGDevTools Support Community Forums.

Show Data Labels On Bar Charts

by ariopax » 31 Oct 2015 08:24

Hi


Is possible show data labels on bar charts?


Best Regards.
ariopax
 
Posts: 123
Joined: 07 Dec 2014 21:09
Location: Tehran,Iran

by Alexander Bulei » 02 Nov 2015 11:11

Hi ariopax,

Yes, it's possible...

delphi code
with IWCGJQPlot1.JQPlotOptions.Series.Add do
begin
PointLabels.Show:= True;
PointLabels.Labels.Add('Data Label 1');
PointLabels.Labels.Add('Data Label 2');
PointLabels.Labels.Add('Data Label 3');
PointLabels.Labels.Add('Data Label 4');
end;


Best Regards.
Group: Developers | Support Team

  • info [at] cgdevtools.com - General information
  • sales [at] cgdevtools.com - Sales department
  • support [at] cgdevtools.com - Product and Technical Support
User avatar
Alexander Bulei
Site Admin
 
Posts: 3635
Joined: 15 May 2012 08:52
Location: Mealhada, Portugal


Return to JQPlot

cron

Who is online

Users browsing this forum: No registered users and 1 guest

Contact Us.