Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartBase Class / CustomPalette Property


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