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
AlignmentVertical
Gets or sets the vertical alignment.
public string AlignmentVertical { get; set; }
Property Value
Condition
Gets or sets the condition for showing the icon.
public string Condition { get; set; }
Property Value
Height
Gets or sets the icon height.
public string Height { get; set; }
Property Value
Icon
Gets or sets the icon identifier.
public string Icon { get; set; }
Property Value
IconRanges
Gets the icon ranges collection for conditional icon switching.
[JsonInclude]
public PropertyIconRanges IconRanges { get; }