Class ColorRangeItem
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents a color range with min/max thresholds and a bitmap filling definition.
public class ColorRangeItem : DomItem
- Inheritance
-
ColorRangeItem
- Inherited Members
Constructors
ColorRangeItem(CollectionColorRangeItems)
public ColorRangeItem(CollectionColorRangeItems colorRangeCollection)
Parameters
colorRangeCollectionCollectionColorRangeItems
ColorRangeItem(CollectionColorRangeItems, int)
public ColorRangeItem(CollectionColorRangeItems colorRangeCollection, int index)
Parameters
colorRangeCollectionCollectionColorRangeItemsindexint
Properties
Filling
Gets the fill definition for the range.
[JsonInclude]
public PropertyFillingWithBitmap Filling { get; }
Property Value
Max
Gets or sets the upper threshold.
public string Max { get; set; }
Property Value
Min
Gets or sets the lower threshold.
public string Min { get; set; }
Property Value
Methods
Initialize(CollectionColorRangeItems, int)
protected void Initialize(CollectionColorRangeItems colorRangeCollection, int index)
Parameters
colorRangeCollectionCollectionColorRangeItemsindexint