ChartControlSettings.PaletteRepository Property
In This Article
Gets the palette repository of the chart.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public PaletteRepository PaletteRepository { get; }
#Property Value
Type | Description |
---|---|
Palette |
A Palette |
See Also