Table of Contents

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

iconRangeCollection CollectionIconRangeItems

IconRangeItem(CollectionIconRangeItems, int)

public IconRangeItem(CollectionIconRangeItems iconRangeCollection, int index)

Parameters

iconRangeCollection CollectionIconRangeItems
index int

Properties

Index

Gets or sets the icon index within the icon set.

public string Index { get; set; }

Property Value

string

Max

Gets or sets the upper threshold.

public string Max { get; set; }

Property Value

string

Min

Gets or sets the lower threshold.

public string Min { get; set; }

Property Value

string

Methods

Initialize(CollectionIconRangeItems, int)

protected void Initialize(CollectionIconRangeItems iconRangeCollection, int index)

Parameters

iconRangeCollection CollectionIconRangeItems
index int