Dundas Chart for ASP.NET
SizeAlwaysRelative Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Annotation Class : SizeAlwaysRelative Property


Enterprise Only Feature. Gets or sets a flag that specifies whether an annotation's size is always defined in relative chart coordinates.
Gets or sets a flag that specifies whether an annotation's size is always defined in relative chart coordinates.

Syntax

Visual Basic (Declaration)  
Public Overridable Property SizeAlwaysRelative As Boolean
Visual Basic (Usage) Copy Code
Dim instance As Annotation
Dim value As Boolean
 
instance.SizeAlwaysRelative = value
 
value = instance.SizeAlwaysRelative
C#  
public virtual bool SizeAlwaysRelative {get; set;}

Return Value

True if an annotation's Width and Height are always in chart relative coordinates, false otherwise.


True if an annotation's Width and Height are always in chart relative coordinates, false otherwise.

Remarks

An annotation's width and height may be set in relative chart or axes coordinates. By default relative chart coordinates are used.

To use axes coordinates for size set the SizeAlwaysRelative property to false and either anchor the annotation to a data point or set the AxisX or AxisY properties.


An annotation's width and height may be set in relative chart or axes coordinates. By default relative chart coordinates are used.

To use axes coordinates for size set the SizeAlwaysRelative property to false and either anchor the annotation to a data point or set the AxisX or AxisY properties.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.