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


Gets or sets the alignment of the background image of the data point.


Background image alignment used by ClampUnscale drawing mode.

Syntax

Visual Basic (Declaration)  
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#  
public ChartImageAlign BackImageAlign {get; set;}

Return Value

A ChartImageAlign integer enumeration. The default is ChartImageAlign.TopLeft.

Remarks

This property determines the alignment of the background image for the relevant chart element, and is only applied when the BackImageMode property is set to Unscaled.

For more information concerning the available alignments see the ChartImageAlign enumeration topic.

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.