microsoft-chart-controls Questions

4

I am using Microsoft Chart control in my project and I want to enable zooming feature in Chart Control by using Mouse Wheel, how can I achieve this? but user don't have to click on chart, It shoul...
Ain asked 27/11, 2012 at 12:15

3

Solved

Consider an ASP.NET MVC controller method that builds an ASP.NET Chart image. public FileStreamResult MakeImg(IEnumerable<MyObj> stats) { Chart barchart = BarChart(400, 300); Series ser...
Giorgi asked 24/9, 2009 at 21:39

2

how to enable zooming in Microsoft chart control by using Mouse wheel I have the below code, i need to know how to make this event? in which class it is.. private void chData_MouseWheel(object se...
Maskanonge asked 28/5, 2013 at 8:13

2

Solved

I'm trying to generate sparklines for a dashboard using the Microsoft chart control on ASP.net. Sparklines generally have no axes or anything other than the data points showing. I've succesfully ...
Homonym asked 8/3, 2012 at 22:46

1

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 i...

1

Solved

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 | | | | | | | x | +-------+----...
Stanza asked 12/7, 2010 at 19:38
1

© 2022 - 2024 — McMap. All rights reserved.