Jump to content
Software FX Community

RE: Zoom-in without scroll bar


Software FX

Recommended Posts

You need to remove the CS_SCROLLBARS flag from the Style property as follows 

Chart.Style = Chart.Style And Not CS_SCROLLBARS

Regards,

Juan Cegarra

Software FX, Inc.

http://support.softwarefx.com

-----Original Message-----

From: Level [ mailto:Level@Level2chart.com]

Posted At: Wednesday, November 24, 1999 1:19 PM

Posted To: Server

Conversation: Zoom-in without scroll bar

Subject: Zoom-in without scroll bar

Hi

It is very much possible that the chart will have 782 points in 600*300

chart without scroll bar. User is allowed to use ZoomIn functionality to see

a specific region in the chart. When zoomed-in the scroll bar appears. The

objective is User should be able to zoom-in to specific region without

scroll bar and Zoom-out to see other points. Is it possible to hide scroll

bar after zoom-in? Your help is very much appreciated.

Link to comment
Share on other sites

You need to remove the CS_SCROLLBARS flag from the Style property as follows 

Chart.Style = Chart.Style And Not CS_SCROLLBARS

Regards,

Juan Cegarra

Software FX, Inc.

http://support.softwarefx.com

-----Original Message-----

From: Level [ mailto:Level@Level2chart.com]

Posted At: Wednesday, November 24, 1999 1:19 PM

Posted To: Server

Conversation: Zoom-in without scroll bar

Subject: Zoom-in without scroll bar

Hi

It is very much possible that the chart will have 782 points in 600*300

chart without scroll bar. User is allowed to use ZoomIn functionality to see

a specific region in the chart. When zoomed-in the scroll bar appears. The

objective is User should be able to zoom-in to specific region without

scroll bar and Zoom-out to see other points. Is it possible to hide scroll

bar after zoom-in? Your help is very much appreciated.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...