ElementPosition.Width 属性

定义

获取或设置图表元素的宽度。

public:
 property float Width { float get(); void set(float value); };
[System.ComponentModel.Bindable(true)]
public float Width { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Width : single with get, set
Public Property Width As Single

属性值

Single

一个 float 值,该值表示图表元素的宽度。

属性

注解

此属性始终使用相对坐标;如果将值设置为0-100 像素范围以外的值,则会引发异常。

适用于