dotnetCHARTING Send comments on this topic.
Palette Property
See Also 
dotnetCHARTING.Mapping Namespace > MapLayer Class : Palette Property


Syntax

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

See Also