dotnetCHARTING Send comments on this topic.
SecondaryColor Property
See Also 
dotnetCHARTING Namespace > Background Class : SecondaryColor Property


Gets or sets the secondary color.

Syntax

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

Example

Remarks

The secondary color is used with the primary color to create a gradient fill when using BackgroundMode.Gradient.

See Also

© 2010 All Rights Reserved.