次の方法で共有


Annotation.Right プロパティ

定義

注釈の右側の境界の位置を取得または設定します。

public:
 virtual property double Right { double get(); void set(double value); };
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.DoubleNanValueConverter))]
public virtual double Right { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.DoubleNanValueConverter))>]
member this.Right : double with get, set
Public Overridable Property Right As Double

プロパティ値

Double

注釈の右側の境界の位置を表す double 値。

属性

注釈

軸の座標を使用するには、プロパティを使用してデータポイントに注釈を固定するか、プロパティ AnchorDataPoint またはプロパティを使用して注釈の軸を設定 AxisX し、 AxisY IsSizeAlwaysRelative プロパティをに設定し false ます。

適用対象