Use the members of this enumeration to set the value of the Gradient property in the VisualEffectsStyle.LightStyle class.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public enum LightGradientEnum
Visual Basic
Public Enumeration LightGradientEnum

Members

Member nameValueDescription
Simple0 Light gradient effects are linear through the object based on shape.
Triangle1 Light gradient effects progress from color, to light, to color.
SigmeBell2 Light gradient effects progress from color, to light, to color with a weighted light distribution.

See Also