ElementPosition.Bottom 属性

定义

获取图表元素的底部位置(以相对坐标为单位)。

public:
 property float Bottom { float get(); };
[System.ComponentModel.Browsable(false)]
public float Bottom { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Bottom : single
Public ReadOnly Property Bottom As Single

属性值

一个 float 值,表示图表元素底部的相对位置。

属性

注解

图表元素的底部始终以相对坐标表示, ChartArea 如果绘制在图表区域内,则表示相对于对象;如果绘制在图表区域元素之外,则相对于整个图表图像。

图表坐标使用 (0,0) 作为左上角,右下角使用 (100,100)。

适用于