Dundas Chart for ASP.NET
SvgParameters.SvgGradientType Enumeration
See Also  Send comments on this topic.
Dundas.Charting.WebControl.Svg Namespace : SvgParameters.SvgGradientType Enumeration


This enumeration defines the type of gradient

Syntax

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

Members

Member Description
None Disabled
LeftRight Specifies a gradient from Left to Right.
TopBottom Specifies a gradient from Top to Bottom.
Center Specifies a gradient from Center.
DiagonalLeft Specifies a gradient from Top Left to Bottom Right.
DiagonalRight Specifies a gradient from Top Right to Bottom Left.
HorizontalCenter Specifies a gradient from Center to Left and Right.
VerticalCenter Specifies a gradient from Center to Top and Bottom.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.Svg.SvgParameters.SvgGradientType

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.