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) 。

适用于