简体   繁体   English

柱形图上方的ASP.NET(C#)柱形图

[英]ASP.NET (C#) Column Chart on top of Column Chart

I am drawing 2 RangeColumn Graphs, problem is they appear next to each other. 我正在绘制2个RangeColumn Graph,问题是它们彼此相邻出现。 I am wondering if there is a setting that will allow me to draw the graphs on top of each other. 我想知道是否有一个设置可以使我彼此绘制图形。 So graph 2 will be visible over graph 1. Both graphs have different widths so I should still be able to see graph 1 in the back. 因此,图2将在图1上方可见。两个图具有不同的宽度,因此我仍然应该能够在背面看到图1。

Here is a google image I found that describes what I want 这是我发现的Google图片,描述了我想要的

在此处输入图片说明

http://msdn.microsoft.com/en-us/library/dd456710.aspx http://msdn.microsoft.com/zh-CN/library/dd456710.aspx

You need to set the DrawSideBySide property to false. 您需要将DrawSideBySide属性设置为false。 You can then play with the widths to get your desired effect. 然后,您可以使用这些宽度来获得想要的效果。

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

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