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


Background image alignment used by ClampUnscale drawing mode.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Background image alignment used by Unscaled drawing mode.")>
<PersistenceModeAttribute()>
<CategoryAttribute("Appearance")>
<BindableAttribute(True)>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property BackImageAlign As ChartImageAlign
Visual Basic (Usage) Copy Code
Dim instance As StripLine
Dim value As ChartImageAlign
 
instance.BackImageAlign = value
 
value = instance.BackImageAlign
C#  
[DescriptionAttribute("Background image alignment used by Unscaled drawing mode.")]
[PersistenceModeAttribute()]
[CategoryAttribute("Appearance")]
[BindableAttribute(true)]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
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