Table of Contents

Class PropertyDataGraphicIcon

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

Represents an icon element within a data graphic with position, condition and icon ranges.

public class PropertyDataGraphicIcon : DomItem
Inheritance
PropertyDataGraphicIcon
Inherited Members

Properties

Alignment

Gets or sets the horizontal alignment.

public string Alignment { get; set; }

Property Value

string

AlignmentVertical

Gets or sets the vertical alignment.

public string AlignmentVertical { get; set; }

Property Value

string

Condition

Gets or sets the condition for showing the icon.

public string Condition { get; set; }

Property Value

string

Height

Gets or sets the icon height.

public string Height { get; set; }

Property Value

string

Icon

Gets or sets the icon identifier.

public string Icon { get; set; }

Property Value

string

IconRanges

Gets the icon ranges collection for conditional icon switching.

[JsonInclude]
public PropertyIconRanges IconRanges { get; }

Property Value

PropertyIconRanges