Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / FlexPie Class / CustomPalette Property

In This Topic
    CustomPalette Property (FlexPie)
    In This Topic
    Gets or sets the custom palette.
    Syntax
    'Declaration
     
    
    Public Property CustomPalette As IList(Of Object)
    public IList<object> CustomPalette {get; set;}
    See Also