Search found 6 matches

by Will
Tue May 05, 2015 11:12 am
Forum: .NET
Topic: Zooming in Asp.Net
Replies: 7
Views: 18956

Re: Zooming in Asp.Net

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?
by Will
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="...
by Will
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...
by Will
Fri Apr 24, 2015 5:02 am
Forum: .NET
Topic: Unzoom
Replies: 5
Views: 8758

Re: Unzoom

I used the first solution and it's working,

thank you
by Will
Tue Apr 21, 2015 10:20 am
Forum: .NET
Topic: Unzoom
Replies: 5
Views: 8758

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...
by Will
Tue Apr 21, 2015 8:12 am
Forum: .NET
Topic: Unzoom
Replies: 5
Views: 8758

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?