Class PropertyDataGraphicBar
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents bar visualization settings for a data graphic (alignment, size, color ranges, condition).
public class PropertyDataGraphicBar : DomItem
- Inheritance
-
PropertyDataGraphicBar
- Inherited Members
Properties
Alignment
Gets the alignment settings object.
[JsonInclude]
public PropertyAlignment Alignment { get; }
Property Value
AlignmentVertical
Gets or sets the vertical alignment value.
public string AlignmentVertical { get; set; }
Property Value
ColorRanges
Gets the color ranges object for conditional coloring.
[JsonInclude]
public PropertyColorRanges ColorRanges { get; }
Property Value
Condition
Gets or sets the condition controlling bar visibility.
public string Condition { get; set; }
Property Value
Height
Gets or sets the bar height (logical units).
public string Height { get; set; }
Property Value
Rounding
Gets or sets the rounding factor.
public string Rounding { get; set; }