ComponentOne Chart3D for WPF and Silverlight
ColorPalette Property (C1Chart3D)


C1.WPF.C1Chart3D Namespace > C1Chart3D Class : ColorPalette Property
Gets or sets the color palette.
Syntax
'Declaration
 
Public Property ColorPalette As System.Collections.Generic.IList(Of Color)
'Usage
 
Dim instance As C1Chart3D
Dim value As System.Collections.Generic.IList(Of Color)
 
instance.ColorPalette = value
 
value = instance.ColorPalette
public System.Collections.Generic.IList<Color> ColorPalette {get; set;}
See Also

Reference

C1Chart3D Class
C1Chart3D Members