ElementPosition.Right 属性
定义
获取图表元素的右侧在相对坐标中的位置。Gets the position of the right side of a chart element, in relative coordinates.
public:
property float Right { float get(); };
[System.ComponentModel.Browsable(false)]
public float Right { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Right : single
Public ReadOnly Property Right As Single
属性值
一个 float 值,该值表示图表元素右侧的位置。A float value that represents the position of the right side of a chart element.
- 属性
注解
返回一个值,该值表示适用图表元素右侧的相对位置。Returns a value that represents the relative position of the right side of an applicable chart element.
右侧位置始终以相对坐标表示, ChartArea 如果在图表区域中绘制,则相对于对象,如果在图表区元素之外绘制,则相对于整个图表图像。The right side position is always expressed in relative coordinates, and is either relative to a ChartArea object if plotted within a chart area, or relative to the entire chart image if plotted outside of a chart area element.
对于左上角,图表坐标使用 (0,0) ,为右下角 (100100) 。Chart coordinates use (0,0) for a top-left corner, and (100,100) for a bottom-right corner.