Hi,
Is it possible to change the default title on the export dialog?
Change Title on Export Dialog
Re: Change Title on Export Dialog
Hello lilo,
Please, take a look in this post where explained,how you have do for change a title of your export dialog.
I hope will helps.
Thanks,
Please, take a look in this post where explained,how you have do for change a title of your export dialog.
I hope will helps.
Thanks,
Best Regards,
Sandra Pazos / 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 |
Re: Change Title on Export Dialog
Thank you Sandra,
This code worked for me:
Dim expEditor1 = New Steema.TeeChart.Editors.Export.ExportEditor(TChart1.Chart)
expEditor1.Text = "Export Chart"
expEditor1.Show()
This code worked for me:
Dim expEditor1 = New Steema.TeeChart.Editors.Export.ExportEditor(TChart1.Chart)
expEditor1.Text = "Export Chart"
expEditor1.Show()
Re: Change Title on Export Dialog
Hello lilo,
I am glad that the solution works for you
Thanks,
I am glad that the solution works for you
Thanks,
Best Regards,
Sandra Pazos / 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 |