Gets or sets the alignment of the skin's frame image. Only used if the image is not scaled.
Skin frame background image alignment used by ClampUnscale drawing mode.
Visual Basic (Declaration) | |
---|---|
Public Property FrameBackImageAlign As ChartImageAlign |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ChartImageAlign FrameBackImageAlign {get; set;} |
Return Value
A ChartImageAlign integer enumeration. The default is ChartImageAlign.TopLeft.
Visual Basic | Copy Code |
---|---|
Imports Dundas.Charting.WebControl |
This property determines the alignment of the background image, and is only applied when the FrameBackImageMode property is set to "Unscaled".
For more information concerning the available alignments see the ChartImageAlign enumeration topic.
Background images take precedence over both gradient colors and hatching.
Setting this property for border skins that do not use frames will have no effect.
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