Zooming WebChart with ZoomTool only horizontal

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Woehr.Mi
Newbie
Newbie
Posts: 38
Joined: Mon Jun 23, 2008 12:00 am

Zooming WebChart with ZoomTool only horizontal

Post by Woehr.Mi » Thu Oct 23, 2008 11:12 am

Hello,

I use the "ZoomTool" to zoom in and out of my Series in WEBCHART.
Can I configure the "ZoomTool" that only horizontal or vertical zooming is possible for the user? Or is this just working with additional code?

Thanks

Best regards
Michael

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Oct 23, 2008 11:27 am

Hi Michael,

I'm afraid this is not possible. I'll add your request to the wish-list to be considered for inclusion in future releases.
Best Regards,
Narcís Calvet / 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

richheim
Newbie
Newbie
Posts: 58
Joined: Tue Sep 18, 2007 12:00 am

I second this!

Post by richheim » Thu Oct 23, 2008 1:23 pm

Narcís,

I'd like to second this request! I could use this same functionality!

:)

Rich

SurveyBob
Newbie
Newbie
Posts: 22
Joined: Mon Dec 14, 2009 12:00 am

Re: Zooming WebChart with ZoomTool only horizontal

Post by SurveyBob » Thu Jan 28, 2010 12:21 pm

I have TeeChart for .NET 2009 (version 4.0.2009.42283). There is a property Direction which can be set to Horizontal:

Code: Select all

WebChart.Chart.Zoom.Direction = Steema.TeeChart.ZoomDirections.Horizontal;
Unfortunately this code seems to do nothing at all, the zooming on the web chart is still in both directions.
When will this be fixed?

Thanks,
Stephan

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Zooming WebChart with ZoomTool only horizontal

Post by Narcís » Thu Jan 28, 2010 3:58 pm

Hi Stephan,
Unfortunately this code seems to do nothing at all, the zooming on the web chart is still in both directions.
This property is only functional in WinForms.
When will this be fixed?
This is not a bug but a feature request for TeeChart for .NET Winforms in the wish-list (TW77013479) to be considered for inclusion in future releases. We can not provide an estimate date for now.

BTW: Currently available zoom attributes (ZoomAttributes) for WebCharts are those:

Code: Select all

    public string Attribs;
    public bool DragZoom;
    public int CanvasIndex;
    public int FillTransp;
    public string PenColor;
    public string ImageStr = "";
    /// <summary>
    /// Do not postback clicks
    /// </summary>
    public bool NoClickPostback = false;
Best Regards,
Narcís Calvet / 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