Tagged Questions

2
votes
0answers
221 views

Chart Controls: Stacked Column Series Label Positioning

I am creating a stacked column graph but am currently limited by the lack of label positioning for each series. There are not any custom properties which relate to alignment of label positioning, is ...
2
votes
2answers
261 views

Image Map becomes visible on click of Microsoft Chart Control in IE only when page has master page

If you look closely at the image above you will see a hit box being rendered on the Microsoft Chart Control. This is being displayed when I click on a DataPoint on the Microsoft Chart Control. The ...
2
votes
3answers
3k views

Microsoft Chart Controls/Dundas Charts Clear Contents?

I am using the Dundas Chart Controls and Microsoft Chart Controls for .NET. Currently I have a method which populates the chart control with a date from a generic List. Let's say that I populate the ...
1
vote
0answers
105 views

c# chart control - how to omit a time period from the x-axis

I am developing a Windows Application in Visual Studio, coding in c#, .Net Framework 4. On a chart, I plot the intraday time series of prices for a stock. When I plot a single day, it works fine. ...
1
vote
1answer
316 views

Custom MarkerStyles possible in Microsoft Chart Controls?

I'm using Microsoft Chart Controls (4.0), and have a line chart with several marker types. So much so, that I'm running out of markertypes. The defaults (square, triangle, circle, etc.) are ...
1
vote
1answer
741 views

Problem with Point ToolTip in Microsoft Charts

I have a little problem with tool tip in point. When user moves mouse into Point, Tool Tip is appearing. If point under Axes tool tip is not appearing. How to show points under axis? Tool Tip is ...
1
vote
1answer
860 views

MS Chart Controls: Position grid lines between labels

Is there a possibility to format a MS Chart Control chart, that the axis label is rendered between major/minor tick marks? E.g.: on the X axis | | | x | | | x | x | ...
1
vote
1answer
574 views

Microsoft Chart Control labels

I've been searching for a while and browsing through the samples but could not find a solution to my problem. In Microsoft Chart Control I have created a line series that plots real-time data. As new ...
0
votes
0answers
11 views

Zoom in Chart Control

Do we Zoom the ChartArea Inside ChartControl only on the Bais on X Axis , i follow this link but only X Axis is Zoom as per Code Can we Zoom Both the Axis on the basis of X axis or we need to write ...
0
votes
0answers
20 views

How Can i find Image Inside the Chart Control

i m new to work on Chart Control in windows Application I have Some Queries Regarding this Please help me out.. The Graph Which is show in below image is ploting using Series Class I have to Add one ...
0
votes
0answers
85 views

Stacked Column Chart not displaying the way I would like

I will start by quickly saying I am a first time poster but a long time lurker here. I have exhausted all resources at my disposal trying to figure this problem out and have decided to post my problem ...
0
votes
1answer
41 views

Could use some help conceptualizing how to finish implementing a Microsoft Chart w/ drill-down capabilities under MVC

I have most of this figured out, but I am wondering if I need to return a partial page view or just an image. So, the way drill-down charts need to be implemented under MVC can be seen at: ...
0
votes
0answers
18 views

Column chart label shifting to write

Please check the image attached. the labels/series are not properly presented. labels/series appears to be moved to right (depends on how you see) How do i fix this ?
0
votes
1answer
51 views

.NET Charting Controls: Label values from data source

I know that you can use keywords with labels, but is there any way to use a specific value from my data set as a label? What I would like to do is have a column of my data table contain a custom label ...
0
votes
2answers
109 views

How can I filter out this illegal javascript character? It's being generated at run time

I am attempting to generate a custom tooltip using Microsoft Chart Controls. Microsoft Chart Controls support the ability to use keywords which helps automate the data you wish to display. For ...
0
votes
0answers
51 views

Can I modify AxisLabels from Visual Studio 2010 chart controls from a C# back end?

I am building a chart in Visual Studio 2010, it consists of an asp.net front end and a C# back end. I am trying to take an individual AxisLabel DataPoint and modify one individually by saying if this ...
0
votes
1answer
149 views

to plot two different graphs together on the same chart

I am using the MSChart Control to plot some data but I would like to plot two different graphs together on the same chart. For example, use a Bar chart (series1) with a pie chart (series2) i am ...
0
votes
2answers
1k views

How to display Axis Labels for Stacked Column chart ( Asp.net chart control )?

I'm using ASP.NET Chart Controls for displaying some data. I'm not pulling any data from the database through a dataset. I'm adding them manually. I don't know how to add AxisLabels to X-axis or ...
0
votes
3answers
331 views

How do I get this chart in a ASP.NET chart control?

What type of chart or what properties should I set in ASP.NET 4.0 chart control to get something like this:
0
votes
1answer
1k views

How do I graph multiple columns on the Y-axis? (MS Chart Controls)

Trying to follow this example: http://weblogs.asp.net/dwahlin/archive/2008/11/25/getting-started-with-the-asp-net-3-5-chart-control.aspx I have a database with 4 columns, 3 of the columns are int ...
0
votes
1answer
675 views

Creating a custom palette in microsoft charting

Is there a way to create my own charting palette in which I can specify my own colors? The ones that are available from chart.Palette = System.Web.UI.DataVisualization.Charting.ChartColorPalette. ...
0
votes
2answers
430 views

How to loop through the ChartColorPalette properties and add to list?

I am using the Microsoft Chart Controls for .NET 3.5 (C#) and have a chart in a winform. My hope is to allow the user to change the color palette based on their preference. How do I iterate through ...
0
votes
2answers
665 views

Microsoft Chart Controls legend

Using Microsoft Chart Controls, is it possible to be able to remove a series from a chart by clicking on it in the legend, or do I have to create a separate control for that?
0
votes
1answer
801 views

Microsoft Chart Controls - Xml Bind?! C#

I have an xml file: <Database> <Stat> <Date>06/07/2009 00:00:00</Date> <DayOfWeek>Monday</DayOfWeek> <SentNumber>3248</SentNumber> ...