Table of Contents

Class PropertyIconRanges

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Icon range configuration for conditional formatting indicators. Supports automatic range generation or explicit list definition.

public class PropertyIconRanges : DomItem
Inheritance
PropertyIconRanges
Inherited Members

Properties

AbsoluteValues

Gets or sets whether range values are absolute (True) or relative.

public string AbsoluteValues { get; set; }

Property Value

string

Automatic

Gets or sets whether icon ranges are automatically calculated.

public string Automatic { get; set; }

Property Value

string

List

Gets the explicit list of icon range items (used when Automatic is False).

[JsonInclude]
public CollectionIconRangeItems List { get; }

Property Value

CollectionIconRangeItems