柱状图控制的宽度问题 [英] width issue of colum chart control

查看:92
本文介绍了柱状图控制的宽度问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何修改asp.net中的Colum width列图控件

how to modify the Colum width column chart control in asp.net

推荐答案

基于讨论这里 [ ^ ],看起来应该如下:

Based on the discussion here[^], it looks like following should do:
'you can set PixelPointWidth
With Chart1.Series(0)
       .CustomProperties = "DrawingStyle = Cylinder ,PixelPointWidth = 50"
End With


这篇关于柱状图控制的宽度问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆