Click or drag to resize

StiProgressElementSeriesColors Property

Gets or sets a list of colors which will be used for drawing series.

Namespace:  Stimulsoft.Dashboard.Components.Progress
Assembly:  Stimulsoft.Dashboard (in Stimulsoft.Dashboard.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiColorsConverter))]
public Color[] SeriesColors { get; set; }

Property Value

Type: Color

Implements

IStiSeriesColorsSeriesColors
See Also