Is The Cross Hair/ Track Ball Functionality Is Available In Ms Charts / Dotnetcharting Controls
Oct 5, 2010
Is the Cross Hair/ Track Ball functionality is available in Ms Charts / dotnetcharting Controls.
i am looking for a chart with following feature -
[URL]
View 1 Replies
Similar Messages:
May 15, 2010
I'm still at the struggling stage. Currently trying to find the way to do array handling, declaring arrays, manipulating them, sorting the contents, writing to other arrays...And all the time there's this red ball sitting there on the left, in the midst of my code now, as I add more....what's it mean? what's it for?
View 9 Replies
May 9, 2010
I am using dotnetCHARTING: the dll is installed in the GAC and referenced in my web.config (all versions appear to match). The project has a reference to the dll.
web.config:
<add assembly="dotnetCHARTING, Version=5.3.3540.17054, Culture=neutral, PublicKeyToken=af2cd47db69d93bd"/>
The site code compiles ok, but all aspx pages using the charting library complain that the Chart tag does not exist (warning that it might be a compile error). The aspx pages do not render the charts.
Each page has a reference to the assembly:
<%@ Register Assembly="dotnetCHARTING" Namespace="dotnetCHARTING" TagPrefix="dotnetCHARTING" %>
View 1 Replies
May 3, 2012
I am getting below error while tried to draw VISIFIRE chart in asp.net
Error Log Version=2.2.1:
--------------------------------
1) Copy & Paste the contents of this log in www.visifire.com/forums for support.
2) Exception: incorrect document syntax [Line: 3 Position: 3]
3) XML:
<vc:Chart xmlns:vc="clr-namespace:Visifire.Charts;assembly=SLVisifire.Charts" Width="500" Height="300" Theme="Theme3" >
<vc:Chart.AxesY><vc:Axis StartFromZero="false"></vc:Axis></vc:Chart.AxesY>
<vc:Chart.Titles><vc:Title Text="by School Type" FontSize="14"/></vc:Chart.Titles><vc:Chart.Series>
<vc:DataSeries RenderAs="Doughnut" ToolTipText="#AxisXLabel - #YValue persons"><vc:DataSeries.DataPoints>
[Code] ....
4) StackTrace:
at MS.Internal.XcpImports.CreateFromXaml(String xamlString, Boolean createNamescope, Boolean requireDefaultNamespace, Boolean allowEventHandlers, Boolean expandTemplatesDuringParse)
at MS.Internal.XcpImports.CreateFromXaml(String xamlString, Boolean createNamescope, Boolean requireDefaultNamespace, Boolean allowEventHandlers)
[Code] ....
View 1 Replies
Jan 12, 2011
Has anyone had any success creating GANTT charts using MS chart controls?
View 1 Replies
Jan 29, 2011
group my chart which is being bind to a datasource, to be group according to years.
View 1 Replies
Jun 6, 2010
I'm trying to combine two charts ( Column & Spline ) using MS Charts 3.5. When i run the page the second series of the Spline chart is not visble/working.
Here is the code
string connectionString2 = "server='myserver'; user id='testuser'; password= est'; database='DBs'";
System.Data.SqlClient.SqlConnection sqlConnection2 = new System.Data.SqlClient.SqlConnection(connectionString2);
string queryString2 = "SELECT TOP 10 NAME, VOLUME, CLOSE FROM Com WHERE NAME IN ('LEAD')";
[Code].....
View 2 Replies
Jan 30, 2013
How do i export multiple charts to pdf using iText library?
View 1 Replies
Jan 3, 2011
I have some difficulty in binding my database with bar charts/line charts/pie charts. Anyone knows how to do it?
View 3 Replies
Dec 9, 2010
I have a web application develped using VS2008 and the Dundas Charts add-on. I understand that Dundas Charts is no longer supported by Dundas and now belongs to Microsoft. I found what appear to be the chart controls and VS integration downloads:Microsoft Chart Control for Microsoft .NET Framework 3.5Microsoft Chart Controls Add-on for Microsoft Visual Studio 2008What I do not know is what happens if I install these downloads. Does my original Dundas software cease to work? Does the new MS Chart software work like the Dundas version did and is fully compatible with my existing charts? Do I need to rebuild my web sites using the MS Chart integrated software? Does the old Dundas dll file in the in folder have to be replaced or will it work as is? I have not found anything that describes how to install and use this software and the functional differences from Dundas to Microsoft ownership.
View 1 Replies
Jul 28, 2010
I need to create a website that analyze a SQL database with Chart; I have some application that modify the database, and i want to show the changes in another application using a Chart.
View 2 Replies
Jun 7, 2010
I want to develope charts for weather forecast sources like scadar,historical,weather and static data. Does anybody worked for these type of weather forecasting charts. what type of charts we can use for weather forecast? data will be in xml format. If user selects any datefrom and dateto, time interval according to that selection charts will be shown.
View 2 Replies
May 7, 2015
How to bind records in charts through jquery in asp.net
cone, pie and bar
View 1 Replies
May 7, 2015
When I am passing dynamic data like below it does not show the Line chart, [URL]....
$.ajax({
type: "POST",
dataType: 'json',
async: false,
url: "wfDashboard.aspx/BindChart",
[Code] ....
View 1 Replies
Jun 26, 2012
I have to track bounced email or undelivered emails. Whether we can track bounced emails programmatically.
View 1 Replies
Mar 11, 2010
i am using .net framework 3.5 and visual studio 2008, i want to develope an application
for graphs and charts, so charting control 3.5 i am using.
i want to add multiple series of charts on a same chart which are at different location.How can i do it?
View 1 Replies
Mar 22, 2010
I have to display text values dynamically on Y-axis of a bar graph in Dunda charts.
Like Region 1, Region2 .....................
how can I do that?
View 3 Replies
Mar 3, 2010
Now I'm developing web application with ASP.Net MVC but I have to use 3 databases. So I have no idea about this. I have to extract the data from 2 databases and I have to save the data to another 3rd database.
View 7 Replies
Jun 4, 2010
I have never tried Cross Tab query in sql server. Googled but could not find possible solution.
I have following tables & need to create cross tab on them.
Units
UnitId
UnitName
1
xyz
[Code]....
View 4 Replies
Nov 30, 2010
How can I recreate this effect? Im thinking it has to be something in the row databound? but im not sure how to do it.
View 2 Replies
Mar 22, 2010
There are dynamic values on x axis which can range from 1-100. I need to increase the size of X-Axis when the range is high, so as to display the data properly.
View 1 Replies
Jun 14, 2010
I have a form with 4 dynamically TextBoxes. I have a Button with PostBackUrl set to another form. In that form I am trying to access the Dynamic TextBoxes using Page.PreviousPage.FindControl("PlaceHolder1").Controls.ofType<TextBox>(). But I am unable to access the dynamically created textboxes.Am I doing something wrong or is it a Limitation?
View 3 Replies
Jun 21, 2010
I have a requirement where i need to combine tables from two different datacontext. Does Cross context is allowed in Linq??
i wrote a linq query but its throwing error.
View 5 Replies
Jan 28, 2010
I have some structured objects that map to multiple DB tables that I have created using LINQ using [Association(Name=, Storage=, ThisKey=, OtherKey=)] links to the objects attached to other tables. If I try to create an association to an object attached to a table on another database server, will this throw an error/go horribly wrong (I'm guessing yes)? If this _is_ possible, are there any issues I need to be aware of?
View 2 Replies
Dec 21, 2010
When creating dynamic controls based on a data source of arbitrary and changing size, what is the official way to track exactly how many controls need to be rebuilt into the page's control collection after a Postback operation (i.e. on the server side during the ASP.NET page event lifecycle) specifically the point at which dynamic controls are supposed to be rebuilt? Where is the arity stored for retrieval and reconstruction usage?
By "official" I mean the Microsoft way of doing it. There exist hacks like Session storage, etc but I want to know the bonafide or at least Microsoft-recommended way. I've been unable to find a documentation page stating this information. Usually code samples work with a set of dynamic controls of known numbers. It's as if doing otherwise would be tougher.
Update: I'm not inquiring about user controls or static expression of declarative controls, but instead about dynamically injecting controls completely from code-behind, whether they be mine, 3rd-party or built-in ASP.NET controls.
View 1 Replies