Dashboard bottom label

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
ken
Newbie
Newbie
Posts: 1
Joined: Mon Apr 18, 2016 12:00 am

Dashboard bottom label

Post by ken » Thu Apr 21, 2016 3:03 am

Hi,
How to configure a bar chart in Dashboard to display the bottom label like the one in Tchart? I couldn't do it in design time and also run time.

Regards,
ken
Attachments
Dashboard.png
Dashboard.png (115.32 KiB) Viewed 3982 times

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Dashboard bottom label

Post by Yeray » Thu Apr 21, 2016 3:21 pm

Hello ken,

Do you mean the footer?

Code: Select all

  Chart1.Foot.Text.Text:='test';
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply