ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / C1Chart Class / CustomPalette Property


In This Topic
    CustomPalette Property
    In This Topic
    Gets or sets the custom brushes array for the plot elements.
    Syntax
    'Declaration
     
    
    Public Property CustomPalette As IEnumerable
    'Usage
     
    
    Dim instance As C1Chart
    Dim value As IEnumerable
     
    instance.CustomPalette = value
     
    value = instance.CustomPalette
    public IEnumerable CustomPalette {get; set;}
    See Also