ComponentOne FlexReport for WinForms
ChartLightGradient Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace : ChartLightGradient Enumeration
Specifies the type of light gradient of the visual effects style.
Syntax
'Declaration
 
Public Enum ChartLightGradient 
   Inherits System.Enum
public enum ChartLightGradient : System.Enum 
Members
MemberDescription
SigmeBellLight gradient effects progress from color, to light, to color with a weighted light distribution.
SimpleLight gradient effects are linear through the object based on shape.
TriangleLight gradient effects progress from color, to light, to color.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.FlexReport.Chart.ChartLightGradient

See Also

Reference

C1.Win.FlexReport.Chart Namespace