Class PropertyChartConditionalColor
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Conditional color rule (formula + resulting color expression) used to dynamically recolor chart items.
public class PropertyChartConditionalColor : DomItem
- Inheritance
-
PropertyChartConditionalColor
- Inherited Members
Constructors
PropertyChartConditionalColor()
Creates a new conditional color rule appended to a collection.
public PropertyChartConditionalColor()
PropertyChartConditionalColor(CollectionChartConditionalColors)
Creates and appends a conditional color rule to the given collection.
public PropertyChartConditionalColor(CollectionChartConditionalColors chartConditionalColorsCollection)
Parameters
chartConditionalColorsCollectionCollectionChartConditionalColors
PropertyChartConditionalColor(CollectionChartConditionalColors, int)
Creates and inserts a conditional color rule at the specified index.
public PropertyChartConditionalColor(CollectionChartConditionalColors chartConditionalColorsCollection, int index)
Parameters
chartConditionalColorsCollectionCollectionChartConditionalColorsindexint
Properties
Color
Gets or sets the resulting color expression if the formula matches.
public string Color { get; set; }
Property Value
Formula
Gets or sets the condition formula.
public string Formula { get; set; }
Property Value
Methods
Initialize(CollectionChartConditionalColors, int)
protected void Initialize(CollectionChartConditionalColors chartConditionalColorsCollection, int index)
Parameters
chartConditionalColorsCollectionCollectionChartConditionalColorsindexint