Dundas.SharePoint.Charting.WebParts Send comments on this topic.
SizeAlwaysRelative Property
See Also 
Dundas.Charting.WebControl Namespace > LineAnnotation Class : SizeAlwaysRelative Property


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

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Gets or sets a flag which determines if the annotation size is always defined in relative chart coordinates.")>
<CategoryAttribute("Position")>
<DefaultValueAttribute()>
Public Overrides Property SizeAlwaysRelative As Boolean
Visual Basic (Usage) Copy Code
Dim instance As LineAnnotation
Dim value As Boolean
 
instance.SizeAlwaysRelative = value
 
value = instance.SizeAlwaysRelative
C#  
[DescriptionAttribute("Gets or sets a flag which determines if the annotation size is always defined in relative chart coordinates.")]
[CategoryAttribute("Position")]
[DefaultValueAttribute()]
public override bool SizeAlwaysRelative {get; set;}

Return Value

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

Remarks

Annotation width and height may be set in chart relative or axes coordinates. By default relative chart coordinates are used. To use axes coordinates for size set this 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