Click or drag to resize

StiChartElementNegativeSeriesColors Property

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

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

Property Value

Type: Color

Implements

IStiNegativeSeriesColorsNegativeSeriesColors
See Also