Top "Microsoft-chart-controls" questions

how to enable zooming in Microsoft chart control by using Mouse wheel

I am using Microsoft Chart control in my project and I want to enable zooming feature in Chart Control by …

c# microsoft-chart-controls
Chart control data series

I have a chart control.I am plotting price along y axis and month-year along x axis. I add series1 1…

c# winforms graph charts microsoft-chart-controls
ASP.NET Chart: setting the fonts on X and Y axis

Consider an ASP.NET MVC controller method that builds an ASP.NET Chart image. public FileStreamResult MakeImg(IEnumerable<MyObj&…

asp.net asp.net-mvc mschart microsoft-chart-controls
Enabling mouse wheel zooming in a Microsoft Chart Control

how to enable zooming in Microsoft chart control by using Mouse wheel I have the below code, i need to …

c# .net mousewheel microsoft-chart-controls
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 …

c# asp.net windows microsoft-chart-controls
ChartAreas(0).AxisX.LabelStyle.Format Is changing my Axis label Text instead of my format

So I'm starting to play with the Microsoft Chart control for the first time and I ran into an issue. …

vb.net visual-studio-2008 microsoft-chart-controls
ASP.net chart control: hide all lines (axes, etc.) except data points

I'm trying to generate sparklines for a dashboard using the Microsoft chart control on ASP.net. Sparklines generally have no …

asp.net microsoft-chart-controls
Asp.net Chart control multiple series binding

I have got following dataset which is returned by SQL Server: Group Name Month Total ORDER Group-India Apr 80 Group-US Apr 70 …

asp.net microsoft-chart-controls
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 …

c# javascript asp.net microsoft-chart-controls axis-labels