I am changing value: chart.Series(0).ValueLists.Items(1).Value(pos) = value and I want to redraw Legend. Ho it to make ?
Best regards, Rustam.
How to redraw Legend ?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Rustam,
The legend is automatically updated using this code:
The legend is automatically updated using this code:
Code: Select all
Private Sub Command1_Click()
TChart1.Series(0).YValues.Value(5) = TChart1.Series(0).YValues.Value(5) * 2
End Sub
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Hi Narchs,narcis wrote:Hi Rustam,
The legend is automatically updated using this code:
Code: Select all
Private Sub Command1_Click() TChart1.Series(0).YValues.Value(5) = TChart1.Series(0).YValues.Value(5) * 2 End Sub
it's don't work. Legend don't updated.
Rustam.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Rustam,
Can you please send us an example we can run "as-is" to reproduce the problem here?
You can post your files at news://www.steema.net/steema.public.attachments newsgroup.
Thanks in advance.
Can you please send us an example we can run "as-is" to reproduce the problem here?
You can post your files at news://www.steema.net/steema.public.attachments newsgroup.
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |