ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / FlexChartBase Class / CustomPalette Property

In This Topic
    CustomPalette Property
    In This Topic
    Gets or sets the custom chart palette.
    Syntax
    'Declaration
     
    Public Property CustomPalette As System.Collections.Generic.IList(Of Brush)
    public System.Collections.Generic.IList<Brush> CustomPalette {get; set;}
    See Also