'Declaration
<C1DescriptionAttribute("FlexChartBase.CustomPalette", "Gets or sets the custom palette.")> <DefaultValueAttribute("")> Public Property CustomPalette As IList(Of Brush)
[C1Description("FlexChartBase.CustomPalette", "Gets or sets the custom palette.")] [DefaultValue("")] public IList<Brush> CustomPalette {get; set;}