ActiveReports.Chart Request technical support
Color2 Property
See Also 


Gets or sets the secondary color used for gradient effects and patterns.

Syntax

Visual Basic (Declaration) 
Public Property Color2 As Color
Visual Basic (Usage)Copy Code
Dim instance As Backdrop
Dim value As Color
 
instance.Color2 = value
 
value = instance.Color2
C# 
public Color Color2 {get; set;}

Return Value

System.Drawing.Color.

See Also