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


Gets or sets an array of Color objects used in a multi color gradient fill. This property should be used in conjunction with ColorPositions where each color corresponds to a color position.

Syntax

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

See Also

© 2021 All Rights Reserved.