AJAX :: How To Zoom Charts
May 7, 2015Zoom option in azax line chart control.
View 1 RepliesZoom option in azax line chart control.
View 1 Repliesi need free jquery for zoom in and zoom out image with mouse scrool i google but one of the Query is from the developers side so i can't use thisso where can i get fully free code
View 6 RepliesIn my Bing Ajax Map app the user is presented with a list of locations they can choose from. OnRowClick the map center and zooms on that places location. After it has focused on that location, it shows the info window for it as well.
The problem is that the info window seems to be loading before the map has finished panning. This causes the info window to appear in the wrong spot, or not at all. For now I've put the show info method in a setTimeout tag to give it another second before loading the information, but its a fairly ugly hack and still doesn't work 100% of the time.
I have generated single imge in deep zoom composer and i can able to working seadragon control
code: sourceurl="dzc_output.xml"
Now I need to display mutilple images. I have generated images using deep zoom composer.I should use these images in seadragon control.
using following code.. vs 2008 and ajaxtoolkit 3.5.40412.2 what is is to be done to make it work?
[Code]....
The asp.net chart control (pie) is becoming smaller and smaller as I add more and more legend items. How can I prevent this? If I set the maximum space that the legend can take, items are getting truncated. Therefore, I want to find a way to dynamically set the size of the chart.
View 1 RepliesI am working in .net 4.5 and implementing charting in my asp.net page. everything works fine. Here are my sample values:
X-Axis : Â DEC, NOV,OCT,SEP, AUG,JUL
Y-axis value : 0,93,99,0,0,0
This is my aspx code :
<center>
<cc1:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server">
</cc1:ToolkitScriptManager>
<cc1:LineChart ID="LineChart1" runat="server" ChartHeight="300" ChartWidth="450"
ChartType="Basic" ChartTitleColor="#0E426C" Visible="false" CategoryAxisLineColor="#D08AD9"
[code]...
but when I added the bar graph, the first chart appears but does not show the lines and the second graph is not displayed at all ... Is it possible to put 2 chart like that ?
I am trying to implement google charts using sql database. I can not get the code to display charts on the client-side, as its currently blank page. I tried changing the str.append string but I still can not get the data to display on the client-side.
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true" CodeFile="Charts_07.aspx.cs" Inherits="Charts_07" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" Runat="Server">
[Code] ....
database schema, I am using for this task.:
there are null cells in column cover and talks. -- could this be the reason why the chart rendering is falling?
INSERT INTO [dbo].[data]
([Id]
,[name]
,[data]
,[cover]
,[talk]
[Code] ....
URL...i want display pie chart like this..... in VS2010
View 1 RepliesI have added the following to the rsreportserver.config file to try to increase the zoom to 200% when a report is opened. It works momentarily when the report is initially rendered but reverts back to 100% almost immediately. Any thoughts or suggestions?
<Extension Name="HTML4.0" Type="Microsoft.ReportingServices.Rendering.HtmlRenderer.Html40RenderingExtension,Microsoft.ReportingServices.HtmlRendering" Visible="false" LogAllExecutionRequests="false">
<Configuration> [code]....
I have an ASP.NET Image tag where i have bind image URL to display image. I want to zoom image when user take mouse over an image.
View 1 RepliesI am looking for a jQuery image zoom script with functonality as like in this link.
Has anyone done this before?
I am looking for scripts which supports with ASP.NET.
how to use the Seadragon image zoom control in asp.net page
View 3 Replieswhy this javascript error: 'ClientToolbarctl00_ContentPlaceHolder1_reportViewer_ctl01' is undefined shows up whenever I click on 'Export' and 'Zoom' controls of my report viewer? Everything else works for my reportviewer.
View 3 RepliesI have a browser in which i like to limit the zooming content using JavaScript in Asp.net
View 4 RepliesI have a GridView control which renders the number of events for a particular day. Each cell in the GridView shows the number of events for that particular date. The problem is that on certain days (a cell in the grid) there could be around 10 events and showing all 10 in the single cell is not very user friendly. I was wondering if there was a zoom control or something similar which I could use for cells that contain more than a specific number of events?
View 4 RepliesI got cloud zoom and tried to get it into my asp.net page.
[Code]....
For the first pic in the data-list it works fine, but not for the following pics. what am i doin wrong
I want to Zoom image inside DataList, but it is not working
<asp:DataList ID="DataList1" runat="server" height="380" width="280">
<ItemTemplate>
<div>
<asp:Image id="img1" ImageUrl='<%# Eval("Image") %>' data-zoom-image='<%# Eval("Image") %>' runat="server" height="380" width="280"/>
</div>
</ItemTemplate>
</asp:DataList>
how to zoom image in side like in shopping sitewhen we put mouse over the particular portion of of image,that portion zooms in the side.how to do this with simple codes?
View 1 Repliesiam using asp.net with c#
iam having images in page .when i mouseover on any of the image, the image size should be zoom and display in the center of the asp.net page in the same window
I have a .net3.5 mschart control bound to a data table displaying a line graph. I wigh to zoom in on an axis on an asp.net web form.
View 1 RepliesI am using the code below for google maps to show multiple markets and it works fine. but I am confused how to add the following...
If you click a marker and zoom it does not always stay in sync and you lose sight of the market...
I am referring the link [URL] ....
View 1 RepliesI need to export a few (could be just one or more than one) Microsoft Charts to a PDF and Excel. It needs to happen on a button click and the charts should be directly exported to a PDF without getting rendered onto a web page.
Environment used: ASP.NET