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


Gets or sets an the color positions used in a multi color gradient fill. This property should be used in conjunction with Colors array where each color corresponds to a color position.

Syntax

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

See Also

© 2021 All Rights Reserved.