Table of Contents

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

colorRangeCollection CollectionColorRangeItems

ColorRangeItem(CollectionColorRangeItems, int)

public ColorRangeItem(CollectionColorRangeItems colorRangeCollection, int index)

Parameters

colorRangeCollection CollectionColorRangeItems
index int

Properties

Filling

Gets the fill definition for the range.

[JsonInclude]
public PropertyFillingWithBitmap Filling { get; }

Property Value

PropertyFillingWithBitmap

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(CollectionColorRangeItems, int)

protected void Initialize(CollectionColorRangeItems colorRangeCollection, int index)

Parameters

colorRangeCollection CollectionColorRangeItems
index int