Page 1 of 1
Zooming WebChart with ZoomTool only horizontal
Posted: Thu Oct 23, 2008 11:12 am
by 10549438
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
Posted: Thu Oct 23, 2008 11:27 am
by narcis
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 second this!
Posted: Thu Oct 23, 2008 1:23 pm
by 14046718
NarcĂs,
I'd like to second this request! I could use this same functionality!
Rich
Re: Zooming WebChart with ZoomTool only horizontal
Posted: Thu Jan 28, 2010 12:21 pm
by 15654836
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
Re: Zooming WebChart with ZoomTool only horizontal
Posted: Thu Jan 28, 2010 3:58 pm
by narcis
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;