Change Title on Export Dialog

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
lilo
Newbie
Newbie
Posts: 61
Joined: Thu Sep 23, 2010 12:00 am

Change Title on Export Dialog

Post by lilo » Fri Dec 03, 2010 3:25 am

Hi,

Is it possible to change the default title on the export dialog?

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Change Title on Export Dialog

Post by Sandra » Fri Dec 03, 2010 11:10 am

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,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

lilo
Newbie
Newbie
Posts: 61
Joined: Thu Sep 23, 2010 12:00 am

Re: Change Title on Export Dialog

Post by lilo » Fri Dec 03, 2010 8:43 pm

Thank you Sandra,

This code worked for me:

Dim expEditor1 = New Steema.TeeChart.Editors.Export.ExportEditor(TChart1.Chart)
expEditor1.Text = "Export Chart"
expEditor1.Show()

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Change Title on Export Dialog

Post by Sandra » Tue Dec 07, 2010 9:29 am

Hello lilo,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply