Gets or sets the secondary color of the strip line.
Strip Line background gradient end color
Visual Basic (Declaration) | |
---|---|
Public Property BackGradientEndColor As Color |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Color BackGradientEndColor {get; set;} |
Return Value
A Color structure. The default color is null (Color.Empty).
This property determines the secondary background color of many chart objects, and is used when gradient colors are being applied.
You can set BackGradientEndColor to any valid ARGB (Alpha, Red, Green, Blue) value.
If hatching is used then the BackGradientEndColor property determines the color of the hatching lines.
To use gradient colors for a chart element's background:
-
Set the primary color using the BackColor property.
-
Set the secondary color using this BackGradientEndColor property.
-
Set the BackGradientType property to the desired gradient style.
Not applicable to StripLine object's that are drawn as a line (e.g. StripWidth=0.0).
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