zedgraph
How can I implement an splitpane in ZedGraph?
On my Masterpane I have 2 panes. Is there a way to change the height of the panes with the mouse (like 开发者_运维百科a sashpane or splitpane?)I tried to do this once. It is possible to do it only wit[详细]
2023-02-09 22:45 分类:问答ZedGraph filling areas
I am using the ZedGraph co开发者_开发知识库ntrol and want to fill one side of the graph function with some color and other side with other color.[详细]
2023-02-08 09:05 分类:问答Charting massive amounts of data
We are currently using ZedGraph to draw a line chart of some data. The input data comes from a file of arbitrary size, therefore, we do not know what the maximum number of datapoints in advance. Howev[详细]
2023-02-07 15:18 分类:问答ZedGraph v. 5.15, multi y-axis alignment
The issue I have is when using two Y-axes (y1 and y2), wherein the y1 value is: (min,max) = (zero,positive) and the y2 value (min, max) = (negative, positive), in such case, the zero marking of y1 coi[详细]
2023-02-03 19:49 分类:问答ZedGraph radar chart
Does the ZedGraph API allow us to create a radar chart? An example of a radar chart can be seen at http://www.internet4classrooms.com/excel_files/r开发者_如何转开发adar_chart3.gif and is also listed b[详细]
2023-02-01 13:18 分类:问答How can I set different colors in a ZedGraph histogram?
I got a histogram drawn in ZedGraph. And I have to set the specific color for a specific range of the values. For example:[详细]
2023-01-30 17:51 分类:问答How do I format the Y axis to show 2000 instead of 2 with a label of MyLabel(10^3)?
Using ZedGraph, ho开发者_运维知识库w do I format the Y axis to show 2000 instead of 2 with a label of MyLabel(10^3)?Set the scale\'s Format Property to, say, \"#\" and the Mag Property to zero. For ex[详细]
2023-01-29 22:15 分类:问答ZedGraph stacked bar with multiple points in C#
What I have is a configuration file that looks like this: Item|Size|Directory|Data A|12|D_01|11/28/10 C|13|D_01|11/28/10[详细]
2023-01-27 06:13 分类:问答ZedGraph Axis labels
I have two questions about axis labels: How do I make a label at the Y2-axis, that shows a highlighted label following the dynamic price (y2-value) of the last bar/candlestick? As the red label in[详细]
2023-01-18 00:48 分类:问答How to shift x-axis right/left when resizing a ZedGraph chart?
I display a stock price chart with ZedGraph, hence using the Y2Axis and XAxis. When I resize by dragging the mouse in the right corners, or the right edge of form, I would like the left side of XAxis[详细]
2023-01-15 15:18 分类:问答