Tagged Questions
1
vote
1answer
31 views
OnSelectionChanged event for chart controls in Modern UI Charts for Windows 8
I am using Modern UI Charts for Windows 8 and I need to do a drill down when the user selects a series item in the chart
(for eg: I have a Column Chart which shows a student Year wise performance and ...
0
votes
1answer
56 views
Not able to use Modern UI Charts for Windows 8
I am trying to use Modern UI Charts for my Windows Store app but I am not able to get it working.(Cannot see the Chart)
A similar issue was logged by another person here along with the code
Can ...
0
votes
2answers
130 views
Customize series point labels value of a DevExpress chart control
I would like to customize every series point values with a property obtained from the very same data source that is bound to the chart. To illustrate my problem I'll use the same example as DevExpress ...
-1
votes
1answer
40 views
Is it possible to have X and Y axes if a chart in C# to be on the same scale?
I have an array with some values it it. I want to display it as a scatter plot using Chart in C#.
The values will always be between 0 and 1.
The X axis takes the index of the array, but I need it to ...
0
votes
2answers
62 views
what is the best way to use charts and gauge controls in wpf/c#?
Are there any good libraries for charts and gauche controls (WPF/.net 4.5/C#)? I need them to embed into a windows application, which should run under windows embedded. probably windows embedded 8.
...
0
votes
0answers
41 views
.net Charting width based on data amount
I am using System.Windows.Forms.DataVisualization.Charting to vizualize data of a waveform. Obviously it is thousands of values, but I want to display only on the first graph 1022 values and on the ...
0
votes
1answer
33 views
Which are some of best decimation algorithm to apply on large amount of data ? - .Net Component-one chart
We have got large amount of data points (more then 50,000) which needs to be rendered on componentone line chart (or may be telerik chart control)
This chart is to show electrical channels i.e. ...
0
votes
0answers
75 views
Dev express XtraChart X axis DateTime scale option
i'm working on a chart with candlestick series view, and creating chart very similar as meta trader 4 have.
My idea is to change X axis DateTime scale to selected timeframe (1 minute, 5 minutes, 15 ...
2
votes
0answers
124 views
VB.Net - First dataPoint in series plotting to wrong x value on chart
I'm developing a class to manage data Series for a chart. However, when I add a new series, if the first dataPoint has an XValue of 0, it instead shows on the plot as having an XValue of 1. If I add ...
0
votes
1answer
70 views
Error executing child request for ChartImg.axd. This is not a duplicate
I have tried all solutions on this thread:
.NET 3.5 chart controls exception: Error executing child request for ChartImg.axd
I added the
<add
path="ChartImg.axd"
verb="GET,HEAD"
...
0
votes
1answer
38 views
Creating a column chart with a variable number of Y values
I am using the asp.net chart control and have searched but have been unable to find a solution to create a chart similar to the following (apologies for the ascii).
|
| +-+
| ...
3
votes
1answer
438 views
“Modern UI (Metro) Charts for Windows 8, WPF, Silverlight” for .net 4.0
I'm searching for a good chart-control and found "Modern UI (Metro) Charts for Windows 8, WPF, Silverlight"
This control looks really good but I need this for Visual Studio 2010 and 4.0. The original ...
0
votes
1answer
65 views
Excel Graph Issue
I'm trying to get the users in column 'A' displayed in the legend and the data next to the user in the bar. I'm not sure where the blank data is coming from nor why it's showing as 'Series'
I also ...
-3
votes
1answer
45 views
0
votes
0answers
104 views
Chart hiding empty values
I have a candlestick MS Chart (Framework .NET4).
I have DateTime in abscissa (X), and sometimes for a X value, there is no Y value.
How do I not display these X values? How do I not display empty ...
0
votes
1answer
73 views
Horizontal chart bars (Silverlight Toolkit)
Is it possible to show bars horizontally?
<Grid x:Name="LayoutRoot" Background="White">
<StackPanel>
<toolkit:Chart Height="400" Width="600" Title="Mered data" ...
0
votes
0answers
92 views
ASP .NET Chart control fill out missing dates?
I have a C# ASP .NET site where I am trying to display a chart.
The SQL data is like this:
2013-03-15 | 25
2013-03-14 | 10
2013-03-11 | 6
2013-03-10 | 8
(Please notice the date gap between the 14. ...
1
vote
1answer
231 views
Stylizing graphs and tooltip of DataVisualization.Chart
I'm creating a UserControl component of type DataVisualization.Chart. I'm building component based on the example of url: http://www.dotnetcurry.com/ShowArticle.aspx?ID=553. This chart will generate ...
0
votes
1answer
77 views
Chart Area Axis Length Mismatch
I have created a chart control (formally Dundas Chart, but this is the standard chart control since 4.0) in a Winforms application that has two areas. The top area is a "stock" graph and the lower ...
1
vote
2answers
87 views
Chart corrupt when load listboxes
I've weird problem , I'm a beginner making small program Solves some statistics using listboxes and displaying 2 charts
the problem is that when I try to save the first 3 main listboxes to a txt file ...
0
votes
1answer
313 views
.NET web- show advanced pop on Chart Control Mouse-over
In a .NET C# line chart, for Every Empty Point marker, I want to display a popup when a user hovers the mouse over the marker.
It seems simple to add a simple string as a tooltip, but I need to ...
1
vote
1answer
130 views
export chart to image high quality
I am exporting a chart fx into image, but this image have a low quality.
Chart chart1 = new Chart();
.
.
.
chart1.Export(FileFormat.Bitmap, "C:/WcfSReport/WcfSReport/WcfSReport/image.bmp");
Does ...
0
votes
0answers
21 views
Axis location cannot be changed to auto when hosted inside of a series host
I'm using WPF toolkit charts, I have a TabControl while each TabItem contain a Chart.
When the user change the selected tab he gets an exception :
Axis location cannot be changed to auto when hosted ...
0
votes
1answer
90 views
Professinal charting tool - winforms /WPF
I'm looking for a professional charting tool for the .NET environment,
preferably in WFP, but winforms is also a valid option.
The tool should support RTL languages (Hebrew, Arabic) and must be able ...
0
votes
0answers
73 views
need to draw WHO Growth Charts with .NET
I need to develop a solution in .NET that is able to draw on a windows app (WPF could do) a kind of chart called "WHO Growth Charts". Here is an example:
chart example
I've heard of graph# but I'm ...
0
votes
1answer
349 views
Create LineChart using openxml
I'm trying to create a new LineChart on excel worksheet, and i don't know how can i feel data on this chart and how to add values for each series.
The following is what i try to do:
static void ...
0
votes
2answers
153 views
adding initialized array(index 5 onwards is null) to chart control using for loop
I've initialized a 2 dimensional array and starting from index 5 onwards contain null value. I'm trying to add the array values to my Chart Control. When I try displaying the values to ...
-2
votes
1answer
92 views
DataVisualization Tooltip behaviour
I've successfully setup my XAML to retrieve a custom tooltip generated in my viewmodel; however, when I run in debug mode and place a break at the "getter", I see that while building my chart, it is ...
0
votes
0answers
43 views
Need to Change the Display of Pie Chart In MS Chart Control since Data not getting displayed as required and the legends shows the numeric value
There is a pie Chart where in the Data gets displayed as A : 25 b: 13.. I want it to display say A value 25 and Should not display as whole, it should specify b as 50 % of A . Assuming as a ...
1
vote
0answers
73 views
Need to draw a Workflow activity chart
I need an open source graph for below requirement.
I have 10 steps in my custom .net implemented workflow application. A “document” goes through this workflow forward and backward against time.
I ...
0
votes
1answer
229 views
ZedGraph is too slow: charting with thousands of curves/points [closed]
I'm working with a lot of data to display.
Example : 1000 different curve, in each curve there is 4000 points and I want to display it in different panel (or different graph).
So far i'm using ...
1
vote
0answers
176 views
subscript / superscript for c# charting control; injecting text formatting
I use the charting control from the System.Windows.Forms.DataVisualization.Charting library. it works great, but it has one very big disadvantage: the labels can't be formatted, so subscript or ...
0
votes
0answers
400 views
.NET Chart Control not updateing X-Axis Label Type
I'm somewhat new to .NET programming and am working with the standard Chart Control in a C# program I'm making. In this case, the control is being used to display data that requires the X-Axis type to ...
0
votes
0answers
110 views
Infographics packages
I have been reading a lot of Infographic recently and started looking in what packages are available for .NET applications.
Since I am not in love with UI-only packages (read: Infragistics, ...
3
votes
3answers
502 views
.NET Charting - Zooming a chart by dragging the X-Axis
I'm trying to implement chart zooming using .NET charting by dragging a value on the X Axis to the right and then dropping it to a new location. It kind of working but I have some problems. Here is my ...
1
vote
1answer
1k views
Use only custom label in X-axis in .NET chart
I'm making a .NET line graph in C# with an X-axis interval of weeks. For my project, I only want to be using the custom label, but for now I still want the gridlines. Does anyone know a way to hide ...
0
votes
0answers
137 views
Applying filters in chart control(asp.net)/third party API
I have a chart control (bar chart) which displays age(x axis) v/s height (y axis) data. I'm storing image in a temp folder before displaying it. Now, what i want is when user clicks on a particular ...
0
votes
1answer
141 views
How to change Microsoft Chart Control minimum and maximum values?
All my values lie between 1.5 and 1.6 but the Chart Control draws the chart to fit values from 0 to 2. As the result the chart looks pretty ugly and hardly readable:
How to make it to display more ...
0
votes
0answers
224 views
Plotting chart with automatic update and interval of user's choice
I have a problem which I can't solved for quite awhile.
so the case is this,
It's a pulse sensor window form application (C# visual studio 2012 express).
I have a table, a chart(line graph), a ...
0
votes
3answers
792 views
Charting in MVC 4
I have been searching for quite a while and have not been able to find what I am looking for.
I want to generate a chart in my controller and serve it to my view via a ViewModel. The two most useful ...
0
votes
0answers
256 views
Asp.Net Chart Control Max and Min Values
I'm using chart control, connected with a data source which returns total count of users(x axis) registered on a particular day(y axis) for last 7 days. The query is working fine however, by default ...
0
votes
0answers
65 views
Are the Microsoft Chart Controls compatible with the charts embedded in Word documents?
Microsoft Word (2007+ as far as I'm aware) documents have an embedded chart feature that is superficially similar to that offered by the .NET Microsoft Chart Controls. I'm think of developing an ...
0
votes
1answer
336 views
Microsoft .NET Chart control - select points using rectangle
Data with X, Y values is plotted on as a scatter chart using the .NET 4.0 Chart control. I believe the Microsoft chart control was obtained from Dundas.
I would like to select points on the chart ...
2
votes
2answers
424 views
.Net Chart displaying dates as days in a week
I'm making a chart in C# that is linked to donation data. Each week, the total donations are recorded in the table. The chart pulls those numbers and graphs them in a line graph.
The problem that ...
1
vote
1answer
108 views
How to place bars in the correct place on a chart in c#
Hi I am currently trying to get the bars to be aligned over the the numbers in the x axis. As you can see in the image below, my bars in the chart seem to align to the left or right.
...
0
votes
0answers
149 views
Trigger PIE Chart Click Event
I am working in .Net PIE Charts. In that, when i click a piece in the PIE, i need the show another chart. For that i am trying to raise the click event of the chart.
<asp:Chart ID="Chart1" ...
0
votes
0answers
167 views
VB.Net Microsoft Chart - create multiple charts without displaying on form
I need to create a set of chart images to be imported into a PDF file. My program will display the first chart on a winform using MS Chart. I can save that using the SaveImage method.
What I want to ...
0
votes
0answers
227 views
chart series - markerstyle not showing
can anyone tell me please what i am doing wrong?
i have a chart with multiple series displayed als lines. Furthermore in the MouseMove-Event i calculate the DataPoint under the cursor and show a ...
2
votes
2answers
262 views
Chart tool is greyed out in Visual Studio
I'm trying to add a chart to my Visual Studio form but the button is greyed out. I'm using .NET Framework 3.5 and C#. Following instructions online I've downloaded and installed the dll files from ...
1
vote
0answers
99 views
TeeChart rendering jagged fonts after extensive usage
I'm seeing a situation when using TeeChart .NET components and a changed font, where after running for a while (~5-20 days), the charts will start rendering horribly jagged fonts. This is in a ...

