Tagged Questions
0
votes
0answers
18 views
MSChart legend customization and alignments
I'm using the MSChart library to draw some charts with custom legends. My problem is that I can't get the legend to draw the first datapoint on the x-axis. So there should be labe "24 - 2013" directly ...
0
votes
2answers
20 views
Control Whitespace Around Chart Titles
I'm using MS Chart to render charts to a PNG file.
There are two Chart Titles that collectively are taking an inordinate amount of space on the page because
There is significant whitespace ...
1
vote
1answer
41 views
C# Chart how to force labels to be on the bottom of the area and not of the axis
My area scale is not auto, I set by myself the minimum, maximum and crossing values.
I have a chart with negative values, so my AxisY is not on the bottom of his area but in the center (or near).
...
1
vote
1answer
83 views
Trying to display line chart using DataBindCrossTable method always bar chart appears
Iam trying to create a chart in asp.net using inbuilt chart controls ,I read the data from the sql using a stored proc and stored it in a list .When I use the datacrosstable always the barchart is ...
0
votes
1answer
102 views
Data Point Label Is Not Showing On First Bar Of Bar Chart using MS Chart
i am using microsoft chart in asp.net and I have a simple column chart with point labels, however, the first data point is not showing for the bar closest to the Y axis. I have five year of data ...
0
votes
0answers
109 views
multi series chart in asp.net using C#
I am trying to show multi series chart using MS Chart in asp.net. After couple of days of research, I was able finally to get my char working but only with one series. I am also pulling the data ...
0
votes
2answers
111 views
Draw on MSChart control
I've got a simple line graph and I'd like to highlight some parts of this graph by drawing a rectangle around the line (ideally a filled rectangle with transparency...). I haven't any idea if this is ...
1
vote
1answer
86 views
How can I get the size of the Plot Area in a Microsoft Chart Control
I am using the MS Chart Control in a Windows application.
I am charting various series dynamically and the user can specify which charttype each series should be. This leads to situations where pie ...
0
votes
0answers
355 views
How to make multiple Y-Axis in ASP.Net Chart Control
I want to make Six Y-Axis is this possible in MS Chart Tool if yes then please help how?
Want to make Multiple series how . I want user select one values for x-axis from DropDown and 6 different value ...
2
votes
0answers
184 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 ...
1
vote
1answer
208 views
C# MSChart: Zooming on an interval
I have a MSChart object which draws, among others, a line chart. The Y axis represents the value of the equity, and the X axis represents a DateTime. Using a combo box, the user is able to change the ...
0
votes
0answers
153 views
How can I get .NET ChartControl Series Legends to display as labels in the 3rd dimension of a 3D chart?
I want to get the "Legends" i.e, (the series title) of a 3D Column chart to display along the 3rd axis of the chart instead of at the top of each datapoint.
They are placed at the top of each ...
0
votes
0answers
144 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 ...
1
vote
1answer
95 views
Disable selection by mouse in Microsoft Chart in a C# windows application
When clicking and dragging my mouse within a Microsoft Chart, it selects a chart area by default. In the screenshot below you will see an example...the grey area is the part that has been selected ...
0
votes
1answer
583 views
C# MSChart: Draw axis line at 0 even with negative values
Using data from a XML file (the data may not always be the same, please keep that in mind) to draw a Profit/Loss graph, and using the MSChart library, I currently obtain two bar charts, one for ...
0
votes
1answer
486 views
Selectively hiding series in a C# chart
Lets say I have a chart with 2 series on it. Then for each series, I have a checkbox to say whether I want to see them or not. Assume that I originally plot both, and afterwards, wanted to hide ...
0
votes
1answer
92 views
Creating a Series based on the difference of 2 other Series in MS Charts
2 series are created in my chart. I would like to create another series (H) whose values are the values of the 1st series (v1) minus the values of the 2nd series (S). As you can see S is derived ...
0
votes
3answers
101 views
IChartStorageHandler implementation, handler does not trigger
I'm trying to implement IChartStorageHandler via .Net4.5/MVC4 application to use on Azure based on http://goo.gl/WAapl
I couldn't be able to hit none of the breakpoints that I set in the class ...
0
votes
1answer
96 views
Gap between the first X datetime value and the Y axis
In my application, I use mschart to display data using a x axis with datetime value and an Y axis with numeric (double) values.
However, I have noticed that there is a small gap between the Y axis ...
1
vote
0answers
186 views
MSChart does not show max labels
I have to point out, that my chart is hosted in WPF, maybe it matters.
There is nothing fancy here.
Top AxisY label is not shown when I am explicitly setting Minimum and Maximum properties.
Right ...
0
votes
1answer
68 views
How to serve System.Web.UI.DataVisualization chart images from different domain?
I have a set of System.Web.UI.DataVisualization charts (ASP.NET 4.0) working great and saving the files to disk. No problems and works great.
The challenge is that I am serving all of my static ...
0
votes
1answer
121 views
How can i modify the background of the chart
How can I remove the "-----Series1" text (top right, near button1)
How can I make the blue stepline thinker, and remove the background lines?
How can I draw color to the background, such as the ...
1
vote
1answer
497 views
.Net Chart Custom Label Rotation
I am making a chart in C# using custom labels on the X-axis. The scale is in dates, and it changes based on the selected values (from 1 month to 2 years). It works well and the width of the chart ...
0
votes
1answer
148 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
1answer
76 views
Can I get charts with higher quality?
I've created a new Chart, looks like this in asp.net (using mvc):
@{
var myChart = new Chart(width: 600, height: 400)
.AddTitle("Number of errors")
.AddSeries(
...
0
votes
1answer
272 views
how to set gradient stops in ms chart?
Is there a way to set gradient stops in mschart?
I'm able to set one color per column but unsuccessfully set multiple colors to a column, please advise, thanks much.
This is what I'm trying to ...
1
vote
2answers
1k views
Why Doesn't MSChart Fill Entire Chart Area?
I am working on creating a couple of charts and I cannot figure out why there is so much empty space on the left and right side of the chart. I have a Winforms Chart, ChartArea, and Series and there ...
0
votes
0answers
241 views
MSChart Chart Area becomes blank after update
I have a user control which contains an MSChart. I have a drop down list using which I want to select series that I have defined in the code behind. I have used Update Panels, both in the Chart Area ...
1
vote
2answers
501 views
Microsoft Chart. Legend Appears on Top of X Axis
I created an Microsoft Chart in C# and added the following legend:
Legend legend = new Legend {
Alignment = StringAlignment.Center,
Docking = Docking.Bottom,
Enabled = true,
...
0
votes
1answer
69 views
Microsoft Chart … Make Transparent
I am using Microsoft Charting to display two series.
Is it possible to make one of the series transparent to show the series behind?
Something like the following:
...
0
votes
1answer
98 views
Create two Ys in Chart
I am using Microsoft Charting and trying to create a chart:
1 - X contains Dates
2 - Y contains Y1 and Y2 values
Y1 can be a line chart and Y2 an area chart.
I tried the following:
Chart chart = ...
2
votes
1answer
213 views
Microsoft Charting. Make Y Axis Allways Visible
I am creating a Microsoft Chart in C#.
It works fine but when there is no data the Y Axis disappears.
I would like the Y Axis to be always visible.
I tried to find a way to solve it but I wasn't ...
1
vote
1answer
3k views
How do I create a bar chart showing percentages bound to a list of objects?
Using the DataVisualization.Charting.Chart control, I need to create a bar chart (maybe stacked bar chart) that shows per person the number of hours booked for that person and a those hours' ...
0
votes
0answers
93 views
Ms chart with variable number of legends
I am working on mschart control, i need to show a column chart that display language and country. Suppose if language is EN then there are 6 series but if language is DT then there are only two ...
0
votes
0answers
238 views
Grouping Y-Values by X-Values in .NET Chart Control
I'm currently working on a web application and right now i need to render some basic charts. one example is a page that should plot the price history of an asset. say you have 100 records each record ...
0
votes
1answer
78 views
.Net Charting access image generated in another session
I have a requirement where I need to access a chart generated in one session, in another.
To explain, process A generates some HTML which includes a chart with image url ...
-2
votes
1answer
621 views
MSChart - Stacked Column having two values per series
is it possible to display two values in one series in a multiple series column chart
ex. i have products per category, each product has got two values, the selling & buying value
so if we plot ...
0
votes
0answers
104 views
Rendering ms chart issues
i am using ms chart to display line chart . The chart is working fine as expected , what i want is to extend the line chart to a vertical dotted line down to the goal point from their current position ...
0
votes
2answers
459 views
should I use Microsoft chart controls? Your suggestions please [closed]
I've googled something called Microsoft chart controls that seems a little bit old project (~2008) but it seems still alive and pretty much supported.
I just want to draw regular graphs in my ...
0
votes
1answer
271 views
MSChart changing my value
I have an MS Chart.
My code is the following:
chart.Series[chartType].Points.DataBindXY(xValues, xCaption, yValues, yCaption);
chart.ChartAreas[0].AxisX.LabelStyle.Format = "CustomAxisXFormat";
...
0
votes
1answer
249 views
c# chart control update automatically when input changes within few seconds?
I have a windows form which has few parameters and a chart control which graphs it.
Those few parameters are a track bar, and I made it so that every time one of those track bar value changes, the ...
1
vote
0answers
402 views
MSChart C# Error Bar Graph With Dynamic Upper and Lower Bounds
I am working with MSChart in C#. I am given simulation data for the manufacturing time of three different products. I need to create a graph that LOOKS like an error bar graph that contains three ...
3
votes
2answers
3k views
How to save a Chart control picture to a file?
Having a chart displayed with a System.Windows.Forms.DataVisualization.Charting.Chart control in a .Net 4.0 WinForms application, can I save its render into a picture file?
0
votes
0answers
580 views
binding data with 3d cylinder chart using asp.net 3.5 /(updated)
My data:
Product_C====== Product_B====== product_A====== Month 124=========== 101=============== 60 ============= Feb
123============99=============== 59==============March 130===========
...
1
vote
1answer
945 views
MSChart X-Axis Dates
I am plotting a simple line graph like the following:
Recently a Customer had the requirement to change the interval on the graph so that each data point was right next to each other, and no dates ...
3
votes
2answers
651 views
Create charts using Microsoft Chart Control
I download the samples from Microsoft in order to create charts in my MVC application using Microsoft Chart Control.
The problem is that all examples that I have found using Chart Controls in MVC ...
0
votes
1answer
2k views
Getting x-coordinate on Chart from mouse click
I have a chart on a Windows Form with several line graphs. I would like to be able to get the x-coordinate from a mouse click on the chart in such a way that the user would be able to place vertical ...
0
votes
1answer
1k views
Place StripeLine On Top of Series (Adjust Z-Index/Z-Order)
I'm building a Column chart with System.Web.UI.DataVisualization.Charting and would like to show a dotted line to represent an average. StripeLine seems to be exactly what I'm looking for except it ...
2
votes
2answers
1k views
MS Chart: How can you change the color of each label on the Axis of a Bar Chart?
I have a bar chart which shows different categories on the Y axis.
I can change the color of all of them on the axis at the same time by using:
...
0
votes
1answer
667 views
Changing the Bar Colors in MS Candle Stick Chart
I have got an MS chart that I am showing in an ASP.net page.
The type of the series that I am attaching to the chart is of CandleStick
How can I change the colors of the bars from default blue and ...
