Click or drag to resize

StiSeriesConditions Property

Gets or sets collection of conditions which can be used to change behavior of series.

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiChartConditionsCollectionConverter))]
public virtual StiChartConditionsCollection Conditions { get; set; }

Property Value

Type: StiChartConditionsCollection

Implements

IStiSeriesConditions
See Also