Annotation.AnchorDataPoint 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定註釋錨定的資料點。
public:
virtual property System::Windows::Forms::DataVisualization::Charting::DataPoint ^ AnchorDataPoint { System::Windows::Forms::DataVisualization::Charting::DataPoint ^ get(); void set(System::Windows::Forms::DataVisualization::Charting::DataPoint ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.AnchorPointValueConverter))]
public virtual System.Windows.Forms.DataVisualization.Charting.DataPoint AnchorDataPoint { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.AnchorPointValueConverter))>]
member this.AnchorDataPoint : System.Windows.Forms.DataVisualization.Charting.DataPoint with get, set
Public Overridable Property AnchorDataPoint As DataPoint
屬性值
註釋錨定的 DataPoint 物件。
- 屬性
備註
批註會錨定至指定資料點的 X 和 Y 值,並自動使用與資料點相同的座標軸座標。
若要自動放置相對於錨點的批註,請確定其 X 和 Y 屬性已設定為 NaN 。 AnchorAlignment屬性可用來將注釋的自動位置對齊變更為錨點。 AnchorOffsetX和 AnchorOffsetY 屬性可用來新增額外的間距。
當您使用此屬性時,請確定 AnchorX 和 AnchorY 屬性已設定為 Double.NaN,因為它們具有優先順序。
將此值設定為 , null
以停用批註錨定至資料點。