ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotFlexChartTagHelper Class / Palette Property

In This Topic
    Palette Property (PivotFlexChartTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexChartBase<T>.Palette. sets an array of default colors to use for displaying each series.
    Syntax
    'Declaration
     
    Public Property Palette As IEnumerable(Of String)
    public IEnumerable<string> Palette {get; set;}
    Remarks
    There is a set of predefined palettes in the C1.Web.Mvc.Chart.Palettes class that you can use.
    See Also