Jump to content
Software FX Community

RESIZING WITH WEBFORM?


User (Legacy)

Recommended Posts

Hi There

I'm using the latest ChartFX With Financial and Annotation Extensions For

VS2005 With VS2005. Versions Confirmed with the Versions Online.

How do I Make The Chart Automatically Resize To The Window/Form Size.

I also need to know how can I remove all IE/Browser Toolbars, to make is a

streamlined Charting Window.

Thanx

Gerhard

Link to comment
Share on other sites

  • 3 weeks later...

Can Anybody Help Me On This?

"Gerhard McDonald" <gerhard@cybermac.co.za> wrote in message

news:HbgykpqyGHA.2980@webserver3.softwarefx.com...

> Hi There

>

> I´m using the latest ChartFX With Financial and Annotation Extensions For

> VS2005 With VS2005. Versions Confirmed with the Versions Online.

>

> How do I Make The Chart Automatically Resize To The Window/Form Size.

> I also need to know how can I remove all IE/Browser Toolbars, to make is a

> streamlined Charting Window.

>

> Thanx

>

> Gerhard

>

>

>

>

Link to comment
Share on other sites

how about this?

Chart1.Width = this.Width;

Chart1.Height = this.Height

try it let me know

DT

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:#k#Dbn$2GHA.1852@webserver3.softwarefx.com...

> You may have better luck posting your question in a general Microsoft

> ASP.NET forum, your question is not specific to Chart FX but rather a

> generic question on Internet Explorer.

>

> --

> Francisco Padron

> www.chartfx.com

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...