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


Background image alignment used by ClampUnscale drawing mode.

Syntax

Visual Basic (Declaration)  
<BindableAttribute(True)>
<CategoryAttribute("Appearance")>
<PersistenceModeAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Background image alignment used by Unscaled drawing mode.")>
<DefaultValueAttribute()>
Public Property BackImageAlign As ChartImageAlign
Visual Basic (Usage) Copy Code
Dim instance As DataPointAttributes
Dim value As ChartImageAlign
 
instance.BackImageAlign = value
 
value = instance.BackImageAlign
C#  
[BindableAttribute(true)]
[CategoryAttribute("Appearance")]
[PersistenceModeAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Background image alignment used by Unscaled drawing mode.")]
[DefaultValueAttribute()]
public ChartImageAlign BackImageAlign {get; set;}

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