Annotation.AnchorDataPoint 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置批注所定位到的数据点。
public:
virtual property System::Web::UI::DataVisualization::Charting::DataPoint ^ AnchorDataPoint { System::Web::UI::DataVisualization::Charting::DataPoint ^ get(); void set(System::Web::UI::DataVisualization::Charting::DataPoint ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.AnchorPointValueConverter))]
public virtual System.Web.UI.DataVisualization.Charting.DataPoint AnchorDataPoint { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.AnchorPointValueConverter))>]
member this.AnchorDataPoint : System.Web.UI.DataVisualization.Charting.DataPoint with get, set
Public Overridable Property AnchorDataPoint As DataPoint
属性值
批注所定位到的 DataPoint 对象。
- 属性
注解
批注定位到指定数据点的 X 和 Y 值,并自动使用与数据点相同的轴坐标。
若要相对于定位点自动定位批注,请确保其 X 和 Y 属性设置为 NaN。 属性 AnchorAlignment 可用于将批注的自动位置对齐方式更改为定位点。 和 AnchorOffsetXAnchorOffsetY 属性可用于添加额外的间距。
使用此属性时,请确保 AnchorX 将 和 AnchorY 属性设置为 NaN,因为它们具有优先级。
将此值设置为 null
可禁用对数据点的批注定位。