AnnotationGroup.IsSizeAlwaysRelative Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a flag that specifies whether the size of an annotation is always defined in relative chart coordinates.
public:
virtual property bool IsSizeAlwaysRelative { bool get(); void set(bool value); };
public override bool IsSizeAlwaysRelative { get; set; }
member this.IsSizeAlwaysRelative : bool with get, set
Public Overrides Property IsSizeAlwaysRelative As Boolean
Property Value
true
if the Width and Height of an annotation are always in chart relative coordinates; otherwise,false
.
Remarks
The height and width of an annotation may be set in relative chart or in axes coordinates. By default, relative chart coordinates are used.
To use axes coordinates, set the IsSizeAlwaysRelative property to false
. Then either anchor the annotation to a data point or set the AxisX or AxisY properties.