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
Zooming WebChart with ZoomTool only horizontal
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |
I second this!
Narcís,
I'd like to second this request! I could use this same functionality!
Rich
I'd like to second this request! I could use this same functionality!
Rich
Re: Zooming WebChart with ZoomTool only horizontal
I have TeeChart for .NET 2009 (version 4.0.2009.42283). There is a property Direction which can be set to 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
Code: Select all
WebChart.Chart.Zoom.Direction = Steema.TeeChart.ZoomDirections.Horizontal;
When will this be fixed?
Thanks,
Stephan
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Zooming WebChart with ZoomTool only horizontal
Hi Stephan,
BTW: Currently available zoom attributes (ZoomAttributes) for WebCharts are those:
This property is only functional in WinForms.Unfortunately this code seems to do nothing at all, the zooming on the web chart is still in both directions.
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.When will this be fixed?
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 |
Instructions - How to post in this forum |