C# - SilverLight LineSeries Graph - Graph Being Displayed But The Line Not Being Displayed?
Nov 3, 2010
I been stack for the last few days trying to figure out the SilverLight 4 LineSeries graph, for some strange reason the graph being displayed but the line not being displayed. I am pretty sure that my mistake is something very basic but I been straggling to pinpoint the problem by myself.Bellow is the code that I having problem with.
<toolkit:Chart HorizontalAlignment="Left" x:Name="chartLine" Margin="31,35,0,0" Title="Chart for test" VerticalAlignment="Top" Height="233" Width="309">
<toolkit:LineSeries IsSelectionEnabled="True" HorizontalAlignment="Left" DependentValuePath="Y" IndependentValuePath="X" [code]....
View 1 Replies
Similar Messages:
Sep 4, 2010
I have to desing line chart graph in .rdlc report, can you please help me, i have decimal values on Y-Axis and date time values on X-Axis , i have two series of product, according to product value during specific time i need to display line graph for each product.please do needfull to me.
View 2 Replies
Nov 16, 2010
I am creating a bar graph and line graph. I am using 2 dropdown list for the date and category. The user can chose the date and category that he want to view. I also have a upload button for the user to upload the excel file and dispaly the data in girdview.
However i have error whenever i want to view the graphs.. I have upload my code in the attachment. Pls take a look. I do the coding invb.
[code]....
View 5 Replies
May 3, 2010
I'm using WebChart Control to create a line graph, which gets data from a DataSet. I display the table above the graph and the values differ?
View 1 Replies
Jun 7, 2010
On my X Axis, I have months. The chart shows up to 11 points, i.e. Jan - Nov of the same year, but when I add 12 points (Jan - Dec), it will do an auto label thing and change the interval for every 4 months.
How can I change the graph so that it shows 12 months before it does the auto labels?
Here is the server control code I am currently using.
[code]....
View 1 Replies
Jul 1, 2010
I've got a Varchar2 field in my table which I want to convert to a CLOB. I am unsure whether the data would get truncated when selected. If so, what is the limit and does it depend on the database settings?
In my TOAD or SQLPLUS window it gets truncated but this may just be the environment settings. I'm not sure whether it would get truncated in my actual application (I can test this, but up to what size should I test?)
If it does get truncated, what's the best way to display the whole CLOB? There are other fields in my SELECT query, so I think I can't just loop through multiple rows. Is there any way out?
View 2 Replies
Feb 17, 2010
I have a SL 3.0 xap I want to host in a ASP.NET website, I have access to the XAP file and I have created a HTML page to host the SL component.
When I access the page all I see is a white screen where the SL component should be, SL is loaded but the component is not displayed.
This is the HTML code for the SL div.
<body>
<form id="form1" runat="server" style="height:100%">
<div id="silverlightControlHost">
<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%">
<param name="source" value="http://lonmw32795/SliverlightRESTfulWebservice.Web/ClientBin/SliverlightRESTfulWebservice.xap"/>
<param name="onError" value="onSilverlightError" />
<param name="background" value="white" />
<param name="minRuntimeVersion" value="3.0.40818.0" />
<param name="autoUpgrade" value="true" />
<a href="http://go.microsoft.com/fwlink/?LinkID=149156&v=3.0.40818.0" style="text-decoration:none">
<img src="http://go.microsoft.com/fwlink/?LinkId=161376" alt="Get Microsoft Silverlight" style="border-style:none"/>
</a>
</object><iframe id="_sl_historyFrame" style="visibility:hidden;height:0px;width:0px;border:0px"></iframe></div>
</form>
View 3 Replies
Nov 27, 2010
I am generating a list of labels with an Image Button control at the start of each line. Unfortunately, my browser displays this list on a web page with the image higher than the label text by a few pixels. This results in a blank line of a few pixels wide between each line of text. Even the image has a blank line above it. This especially puzzles me since I went to the trouble of specifying the height, in pixels, of the image and labels. Is there any way to make the image and text appear evenly on the same line?
View 2 Replies
Jul 7, 2010
I been google for some time i only manage to find how to create plotting graph for window app which i wanna to do it on asp.net.. anyone did a temperature plotting graph in asp.net b4? any advice or example ? guide me along..
View 23 Replies
Sep 17, 2010
I am using facebook graph Api for my application where i want the data of this page.
http://www.facebook.com/pages/
In this page there is option TV SHOW I want collect all information of that page.
But i didn't any graph api method for this page.
View 1 Replies
Feb 16, 2011
i'm using Facebook C# SDK i can get my friends like;
JsonObject friends = (JsonObject)facebook.Api("me/friends?");
But i couldn't get my friends which uses my application how can i get them?
View 2 Replies
Jun 24, 2010
I have got a graph with x number of datapoints, the data for the graph is coming from a stored procedure. I want to make the labels for the datapoints hyperlinks and I believe the best way to do this is with an ImageMap.
I am needing some advice/guidance in achieving this. I understand how to use the imagemap control, but I need some in how to add the hotspots on pageload.
I have a store procedure which will return the pixel coorinates of each datapoints on the graph, I just need some with the code and how to loop through each record and add a hotspot for it.
[Code]....
View 2 Replies
Jan 24, 2011
I have this tooltip that looks like the preview of a graph.
However, the graph in the tooltip is not able to come out, and I think it's mainly due to the name. Below is a portion of the code for the tooltip.
[Code]....
My product name has more than one word (e.g. Yuppy Gummy) and the tooltip is only able to retrieve the 'Yuppy' part of the whole product name. I also have a query that makes use of the 'product' (in the above code) in the Where clause.
View 1 Replies
Jun 10, 2010
I'm working on a project which requires me to plot a graph using Visual Studio ASP.Net from a data I've collected either in .txt or .xml format. The data consist of, eg. 15 records, but I'm only needed to plot 8 graphs out of the 15 records.
View 1 Replies
Nov 1, 2010
We've worked out some of the tasks on our website can be efficiently solved by maintaining the data using a graph structure. But we don't have much of an idea about how the graph is best persisted. Further we want to write and read simultaneously in an efficient manner in out asp.net app so it needs to handle multiple threads. It doesn't need to be super fast but it needs to be scalable to handle potentially millions of nodes.
I don't want to hack my own system and have heard of Neo4j. Lots of Java developers seem to recommend it to one another. Obviously I'm on the .Net platform and prefer to not have to switch.
What are the available options, particularly on the .Net platform?
View 1 Replies
Nov 20, 2010
Trying to follow this example: [URL]
I have a database with 4 columns, 3 of the columns are int (1-10) and the other is a "DateTime". I am trying to graph the 3 columns vs the DateTime(X-axis) on one line chart.
To add more than one y axis value I go to the Series property -> YValueMembers (notice the plural) and enter my 3 columns of the database (followed by commas) that I want on the Y axis.....but doesn't seem to work.
I get a run time error saying only 1 column is allowed on the Y axis.
Data points insertion error. Only 1 Y values can be set for this data series.
How do I get all 3 columns vs the 4th column on one line chart?
View 1 Replies
Feb 3, 2010
I have a web application which will write a set of values returned from
View 4 Replies
Feb 2, 2011
I have object graph, of Customer, Contact and Address... I want to convert it to dataset and then convert the dataset to xml. i don't think there is a straight method to convert to dataset or xml, therefore the my approach is the convert the objects to dataset using Reflection.
I am trying to create a GENERIC(used for any object type) function to convert object graph to dataset. but i have hit road block...how do i type cast a generic type cast..refer to the function ObjectToDataTable code marked inRed
my object is as follows
[Code]....
View 1 Replies
Jan 31, 2011
I'm using EF4 and have created POCO objects. The problem with POCO objects are all the entity graph are ICollection....therefore cannot be serialized.
The problem lies is passing the entity graph to stored procedure....therefore the approach i have take is to convert the entity graph to dataset, convert the dataset to xml and then pass it the stored procedure....this is the only way i could get a clean XML in my stored procedure.
I'm trying to create a generic helper method to convert entity graph to dataset.
[Code]....
View 1 Replies
Jan 4, 2011
I am on a project where I have multiple users of a portal and they are connected to other users of the portal, now we are asked to draw a "Social Network" relationship graph to see the relationships. The constraint is that this graph has to be seen on the WEB BROWSER.
The graph has to be something like:
Is there any C# library or component to draw this type of graphs? We have already checked these:
http://flare.prefuse.org/
http://www.yworks.com/en/products_yfiles_practicalinfo_gallery.html
.NET graph library around?
http://quickgraph.codeplex.com/
https://graphsharp.codeplex.com/
http://research.microsoft.com/en-us/downloads/f1303e46-965f-401a-87c3-34e1331d32c5/default.aspx
http://sourceforge.net/projects/zedgraph/
View 3 Replies
Feb 28, 2011
I have this requirement of fetching facebook user information like friends count and other basic information and integrate to our website.
I currently use facebook graph to ask user to authorise, fetch information and store in my database.
When their say, friend count changes how do I update my database without asking user to trigger it manually.
Is there a special permission where i can fetch user data when he/she isnt logged in.
I have seen this somewhere but not sure of the permission.
Or does facebook have any feature of publishing information on subscription ?
View 2 Replies
Jul 20, 2010
i want to use localhost for developing website facebook application using the graph api.
i working in asp.net c#
in the previous api of facebook i was abe to write the
http://localhost:4300/ in the connect url at the application settings.
now it dosent work.it keeps telling me
An error occurred with application name. Please try again later.
** if i upload the website, and use the website coonect url, it is working.
View 3 Replies
Mar 17, 2011
I am tying to get the work information from a facebook user using Graph API
When I use the Graph API and get the User object, it contains work information, which is essentially a list of the work history. The list elements contain nodes of employer, location, description, etc...
The FQL return it as a JsonObject, how do i get the the value employer out of it. I am only interested in the last employer. I tried something below but could not get it working.
[Code]....
There is more information that says it return the "work_history" as an array
http://developers.facebook.com/docs/reference/fql/user/
View 7 Replies
Mar 27, 2011
When it comes to integrating your site with facebook, is it recommended to save all the user's info from Facebook to your DB, or is it recommended to query in real time all the info you need based on the user's id?
For example the avatar sizes are different on my site than on my facebook, so I may have no choice but to download the fb avatar, but for other things like name, gender, hometown, I was wondering if I need to save that data. Also, if I decide to change extended permissions at a later time, is that going to be an easy task?
View 1 Replies
Mar 27, 2011
i wrote an application for facebook but i couldn't upload image to album that i created,
code is in below
Facebook.FacebookAPI api = new Facebook.FacebookAPI(GetAccessToken());
Dictionary<string, string> album = new Dictionary<string, string>();
album.Add("name", "Test Album");
album.Add("message", "Message here!");
JSONObject result = api.Post("me/albums", album);
string AlbumId = result.Dictionary["id"].String;
Dictionary<string, string> photo = new Dictionary<string, string>();
photo.Add("message", "test Message");
photo.Add("source", "tgw.jpg");
JSONObject photoResult = api.Post("/" + AlbumId + "/photos", photo);
View 1 Replies