Axis.LineWidth 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置轴的线条宽度(以像素为单位)。
public:
property int LineWidth { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public int LineWidth { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.LineWidth : int with get, set
Public Property LineWidth As Integer
属性值
一个 integer
值,该值表示轴线的宽度。 默认值为一个 (1) 像素。
- 属性
注解
LineWidth属性获取或设置轴线的宽度(以像素为单位)。 如果宽度设置为 0 (0) ,将不会显示该行。
注意 如果未启用轴,但相邻轴使用网格线,则其中一条网格线将显示,而不是未启用的轴。 如果将轴的 属性设置为 Enabled ,则会发生相同的情况 Auto 。 在这种情况下,轴不用于绘制数据,而是绘制相邻轴的网格线。