Class IconRangeItem
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents an icon range with thresholds and icon index.
public class IconRangeItem : DomItem
- Inheritance
-
IconRangeItem
- Inherited Members
Constructors
IconRangeItem(CollectionIconRangeItems)
public IconRangeItem(CollectionIconRangeItems iconRangeCollection)
Parameters
iconRangeCollectionCollectionIconRangeItems
IconRangeItem(CollectionIconRangeItems, int)
public IconRangeItem(CollectionIconRangeItems iconRangeCollection, int index)
Parameters
iconRangeCollectionCollectionIconRangeItemsindexint
Properties
Index
Gets or sets the icon index within the icon set.
public string Index { get; set; }
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(CollectionIconRangeItems, int)
protected void Initialize(CollectionIconRangeItems iconRangeCollection, int index)
Parameters
iconRangeCollectionCollectionIconRangeItemsindexint