Dundas.SharePoint.Charting.WebParts Send comments on this topic.
ChartImageWrapMode Enumeration
See Also  
Dundas.Charting.WebControl Namespace : ChartImageWrapMode Enumeration


Specifies how a texture or gradient is tiled when it is larger than the area being filled

Syntax

Visual Basic (Declaration)  
Public Enum ChartImageWrapMode 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As ChartImageWrapMode
C#  
public enum ChartImageWrapMode : Enum 

Members

Member Description
Scaled Clamps the texture or gradient to the object boundary.
Tile Tiles the gradient or texture.
TileFlipX Reverses the texture or gradient horizontally and then tiles the texture or gradient.
TileFlipXY Reverses the texture or gradient horizontally and vertically and then tiles the texture or gradient.
TileFlipY Reverses the texture or gradient vertically and then tiles the texture or gradient.
Unscaled Unscaled

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.ChartImageWrapMode

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