Hello Sandra,
The status of the Bug is: RESOLVED FIXED
What does this mean for me? Is the fix available in the next release, or is there a hotfix i can use?
Search found 6 matches
- Tue May 05, 2015 11:12 am
- Forum: .NET
- Topic: Zooming in Asp.Net
- Replies: 7
- Views: 18956
- Fri Apr 24, 2015 11:39 am
- Forum: .NET
- Topic: Zooming in Asp.Net
- Replies: 7
- Views: 18956
Re: Zooming in Asp.Net
I could recreate it on a smaller scale project. aspx <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="TeeChartTest.WebForm1" %> <%@ Register Assembly="TeeChart" Namespace="Steema.TeeChart.Web" TagPrefix="tchart" %> <%@ Register Namespace="TeeChartTest" Assembly="...
- Fri Apr 24, 2015 5:12 am
- Forum: .NET
- Topic: Zooming in Asp.Net
- Replies: 7
- Views: 18956
Zooming in Asp.Net
When using the ZoomTool in an Asp.Net project, the area zoomed on is sometimes not calculated correctly. It seems to go along with the size of the window. When the window is maximized everything works as expected. If it's not, the area zoomed on is too far in the future. Changing the width of the wi...
Re: Unzoom
I used the first solution and it's working,
thank you
thank you
Re: Unzoom
All right aspx: <tchart:WebChart ID="WebChart" runat="server" Height="228px" Width="542px" GetChartFile="GetChart.aspx" TempChart="Session" /> codebehind: private string SSN_KEY_CHART_DATA = "chartData"; protected void Page_Load(object sender, EventArgs e) { InitializeChart(); CheckZoom(); } private...
Unzoom
I am using 'Steema TeeChart for .NET 2015 4.1.2015.03110\net40\x86\TeeChart.dll'
I'm trying to unzoom programmatically using Chart.Zoom.Undo(); but it won't work.
I also tried using the ZoomTool which is added to the chart but none of my approaches led
to the desired result,
any advice?
I'm trying to unzoom programmatically using Chart.Zoom.Undo(); but it won't work.
I also tried using the ZoomTool which is added to the chart but none of my approaches led
to the desired result,
any advice?