Annotation.IsSizeAlwaysRelative Property

Definition

Gets or sets a flag that specifies whether the size of an annotation is always defined in relative chart coordinates.

C#
public virtual bool IsSizeAlwaysRelative { get; set; }

Property Value

true if the Width and Height of an annotation are always expressed in relative chart coordinates; otherwise, false.

Remarks

The height and width of an annotation may be set in relative chart or in axes coordinates. Relative chart coordinates are the default.

To express the size of an annotation in axes coordinates, set the IsSizeAlwaysRelative property to false. Then anchor the annotation to a data point or set the AxisX and AxisY properties.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1