mschart
Fixed Intervals on MSChart Axis
I have a windows forms project in VS2010 with a simple line chart. The data is dynamic and always ranging between 1.4000 and 1.5000.[详细]
2023-03-16 18:46 分类:问答Custom X/Y grid line in MSChart control
I have a C# windows form with a simple 2D line chart that I want to add custom X or Y axis markers to, and d开发者_运维技巧raw a custom grid line (in a highlighted color, dotted line for example).I ha[详细]
2023-03-16 01:36 分类:问答asp.net change marker size with onmouseover event?
I\'m using Microsoft Ch开发者_运维技巧art Control in asp.net, for a line chart, how can I change the marker size when the mouse is over a particular point?You can probably get some help from here: htt[详细]
2023-03-14 18:09 分类:问答MSChart: How to group RangeBar data with text labels instead of indexes?
I\'m looking to plot data on a RangeBar chart area开发者_StackOverflow (System.Windows.Forms.DataVisualization.Charting) and I\'m having issues grouping the data when I have text values for the labels[详细]
2023-03-14 14:11 分类:问答MS Chart not showing on hosted site
I have a MS Chart component displaying fine on an ASP.Net page. When I deploy it I get a broken image.The settings in the web.config are the same and the temporary 开发者_开发问答images folder has the[详细]
2023-03-14 04:34 分类:问答MSChart - Working with X axis of Time type
I am trying to show some measured data on mschart. Measures start at different time of day, but file always has data from 24h (measure every 开发者_高级运维1s => 86400 measures). I load this file i[详细]
2023-03-12 13:28 分类:问答C# Setting FontDialog to only display TrueType fonts
This question has been asked in practically every forum, including here but there are no acceptable answers anywhere that I can find. I\'m beginning to think that there is actually no solution and I j[详细]
2023-03-12 01:56 分类:问答Exporting Microsoft Chart to PDF and JPG formats
In my application, I use Microsoft Chart. Below a generated chart, I开发者_如何学Python have two buttons: \"Export to PDF\", and \"Export to JPG\". However, I\'m not sure of how to go about implementi[详细]
2023-03-11 22:16 分类:问答MSChart: Label format
How can I format chart label? I need to see only 2 digits after point. I try chart.ChartAreas.First().AxisY.LabelStyle.Format = \"#.##\"; and开发者_开发技巧 0.00[详细]
2023-03-11 21:05 分类:问答ms charts with caching?
I put my implementation of mscharts 4.0 in a user control and it works great - just have to set a couple parameters and go.[详细]
2023-03-10 02:50 分类:问答