Chart3D for WPF and Silverlight | ComponentOne
C1.WPF.C1Chart3D Namespace / C1Chart3D Class / ColorPalette Property


In This Topic
    ColorPalette Property (C1Chart3D)
    In This Topic
    Gets or sets the color palette.
    Syntax
    'Declaration
     
    
    Public Property ColorPalette As IList(Of Color)
    'Usage
     
    
    Dim instance As C1Chart3D
    Dim value As IList(Of Color)
     
    instance.ColorPalette = value
     
    value = instance.ColorPalette
    public IList<Color> ColorPalette {get; set;}
    See Also