ComponentOne FinancialChart for UWP
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 IList(Of Brush)
    public IList<Brush> CustomPalette {get; set;}
    See Also