Skip to main content

All Questions

Tagged with
0 votes
1 answer
9k views

LiveCharts Line Graph style based on point value

I draw a bunch of line graphs using LiveCharts and WPF, where the contents and the number of line charts are determined at run time. So I don't know in advance how many LineSeries will be there, and ...
Sach's user avatar
  • 10.3k
1 vote
0 answers
247 views

Changing the Line Style in an Interactive Data Display Multi-Chart in WPF with Visual C#

I've been through the forums for a few days, and I'm afraid I still haven't found an answer. So please excuse me if it's already somewhere else. And please tell me where you found it? But I'm writing ...
Johanna Witt's user avatar
0 votes
1 answer
512 views

Crystal Reports Formula Fields Line Graph

In Crystal Reports for Visual Studio I want to create a line chart that will have on the X axis Observation date and on the Y the sum of major divided by the sum of NoStalks in decimal eg below on the ...
ivias's user avatar
  • 249
0 votes
1 answer
894 views

data from datagridview to Line Graph

I have two columns in my datagridview and I want my first column to be the X axis while the second column to be the Y axis in my chart. it is suppose to create a line graph.
azrin haikal's user avatar
0 votes
1 answer
1k views

Line Graph in C# [duplicate]

I wanted to create a line graph and save as image so that I could attach the image in the Email. Here is the implementation however, the image saved don't have a graph. public void CreateLineGraph(...
Jen143's user avatar
  • 821
0 votes
1 answer
6k views

Using Livecharts Constant Changes example to plot points based on time, and readings from a serial port?

Okay, so basically I am wanting to make this graph to replace DateTime and plot the X axis based on a stop watch. Then I want data coming from a serial port to plot the data on the Y Axis. This should ...
Hypergyzed's user avatar
0 votes
0 answers
78 views

C# draw line graph with points from file

I've program, which gets temperature of processor and HDD, and show me: CPU$Intel Core i5-4440$CPU Core #1 30°C CPU$Intel Core i5-4440$CPU Core #2 47°C CPU$Intel Core i5-4440$CPU Core #3 43°C CPU$...
bengosha's user avatar
0 votes
1 answer
150 views

How to display accumulated data in a line graph in wpf

I'm sure this is a beginner question but somehow I fail to come up with a solution. I've got a database table which is mapped to a MVVM which among other columns has two named 'DTS' and 'Movement'. ...
lichtbringer's user avatar
12 votes
2 answers
22k views

How to show the marker points in line graph using c#

I am using Line graph in my application and is working fine. I tried to draw the marker points in line graph,but the marker points are not displaying. In line chart marker properties, I have chosen ...
sowjanya attaluri's user avatar
1 vote
1 answer
295 views

How to add spikes to line on Winform chart?

I am drawing a line on a graph from numbers read from a text file. There is a number on each line of the file which corresponds to the X co-ordinate while the Y co-ordinate is the line it is on. The ...
Luke's user avatar
  • 1,077
3 votes
1 answer
3k views

ZedGraph How To Create a Classic Line Chart With XAxis.Type = AxisType.Text

I'm trying to create a Line Graph with zed graph. I just wanted to ask that how can I create a Line Graph which XAxis type is text and YAxis type is doubles. Firstly i was really searching about this ...
Burak Kaymakci's user avatar
0 votes
1 answer
3k views

ASP.Net C# - Set and display x axis values in Chart

I've got a function to draw a line graph as shown below. The data points are obtained from a MySQL table. However, how can I number each data point in the x axis 1,2,3,4...? In the example below, ...
Bhav's user avatar
  • 2,149
1 vote
0 answers
752 views

C# Dynamic Data Display InjectedPlotter multiple Y Axes

I have defined a ChartPlotter and an InjectedChartPlotter. The first one for displaying voltage data and the second one for displaying current data. This data is measured dynamically. My two types of ...
JoE's user avatar
  • 43
2 votes
1 answer
5k views

C# dynamic data display - update LineGraph

In my XAML file, I create a ChartPlotter then I create in c# my LineGraphs and attatch them to my ChartPlotter. I tried to find a way to update these LineGraphs after their creation, but it always ...
JoE's user avatar
  • 43
2 votes
2 answers
370 views

Setting Description property in XAML - ParseException

I use D3 DynamicDataDisplay for my chart needs but when I try to setup Legend description for LineGraph element it gives me error: The TypeConverter for "Description" does not support converting from ...
Joe's user avatar
  • 2,591

15 30 50 per page