简体   繁体   English

ZedGraph-线图的一部分不显示

[英]ZedGraph - Part of line graph not showing

I'm using ZedGraph to plot a very large data set (ranges from 500,000 data points to as much as 30 million data points). 我正在使用ZedGraph绘制非常大的数据集(范围从500,000个数据点到多达3000万个数据点)。 The chart style is a line graph. 图表样式是折线图。 In all, there are 3 separate plots of the data set after the data set has been passed through different filters. 数据集通过不同的过滤器后,总共有3个单独的数据集图。 Essentially, this means the 3 plots will be a little different from each other. 从本质上讲,这意味着3个地块将彼此有所不同。

My problem is this: two of the plots render from the left edge of the chart to the right edge of the chart perfectly fine, but the third plot (the green line in the picture below) starts on the left edge of the chart and then stops half-way across. 我的问题是这样的:从图的左边缘到图的右边缘的两个图呈现得很好,但是第三个图(下图中的绿线)从图的左边缘开始,然后在中途停止。 As I zoom out, the third plot (green one) will get bigger as more points are plotted. 当我缩小时,第三点(绿色的点)将随着绘制更多点而变大。

Can anyone provide details as to why this might happen, and how I can get the third plot to draw across the entire chart? 谁能提供详细信息,说明为什么会发生这种情况,以及如何获得第三幅图来绘制整个图表?

三地块

( Note, in the picture the second plot-- the red line-- is drawn over the first plot since the results for these data sets are nearly the same. ) 请注意,在图片中,第二张图(红线)绘制在第一张图上,因为这些数据集的结果几乎相同。

Edit: I'm still having trouble with this issue. 编辑:我仍然有这个问题的麻烦。 Any help would be greatly appreciated. 任何帮助将不胜感激。

Solution: update to the latest ZedGraph. 解决方案:更新到最新的ZedGraph。 I had been using version 5.0.2. 我一直在使用5.0.2版。 Updating to 5.1.5 solved the problem. 更新到5.1.5解决了该问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM