Page 1 of 1

Change Title on Export Dialog

Posted: Fri Dec 03, 2010 3:25 am
by 15057312
Hi,

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

Re: Change Title on Export Dialog

Posted: Fri Dec 03, 2010 11:10 am
by 10050769
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,

Re: Change Title on Export Dialog

Posted: Fri Dec 03, 2010 8:43 pm
by 15057312
Thank you Sandra,

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

Posted: Tue Dec 07, 2010 9:29 am
by 10050769
Hello lilo,

I am glad that the solution works for you :)

Thanks,