Annotation.AnchorX Property

Definition

Gets or sets the X coordinate to which the annotation is anchored.

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

Property Value

A double value that represents the X coordinate an annotation is anchored to.

Attributes

Remarks

The annotation is anchored to the X coordinate and is specified in relative chart or axes coordinates, depending on the AxisX property value.

To automatically position an annotation relative to an anchor point, make sure its X property is set to NaN. The AnchorAlignment property can be used to change the automatic position alignment of the annotation to the anchor point. The AnchorOffsetX and AnchorOffsetY properties may be used to add extra spacing.

This property has a higher priority than the AnchorDataPoint property.

Set this value to NaN to disable annotation anchoring to the value.

Applies to