ActiveReports.Chart Request technical support
GradientType Enumeration
See Also  


Specifies the type of gradient to draw.

Syntax

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

Members

MemberDescription
HorizontalA horizontal gradient is drawn.
VerticalA vertical gradient is drawn.
DiagonalUpThe gradient is drawn from bottom left to top right.
DiagonalDownThe gradient is drawn from top left to bottom right.
FromCenterA radial gradient is drawn from the center.
FromCornerA radial gradient is drawn to the center.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.Chart.Graphics.GradientType

See Also