Spread Windows Forms 6.0 Product Documentation
GradientStyle Enumeration
See Also  Support Options
FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace : GradientStyle Enumeration


Glossary Item Box

Specifies the direction of a linear gradient.

Syntax

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

Members

MemberDescription
BackwardDiagonalGradient is from top right to bottom left
ForwardDiagonalGradient is from top left to bottom right
HorizontalGradient is from left to right
VerticalGradient is from top to bottom

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Chart.GradientStyle

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.