Table of Contents

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

PropertyAlignment

AlignmentVertical

Gets or sets the vertical alignment value.

public string AlignmentVertical { get; set; }

Property Value

string

ColorRanges

Gets the color ranges object for conditional coloring.

[JsonInclude]
public PropertyColorRanges ColorRanges { get; }

Property Value

PropertyColorRanges

Condition

Gets or sets the condition controlling bar visibility.

public string Condition { get; set; }

Property Value

string

Height

Gets or sets the bar height (logical units).

public string Height { get; set; }

Property Value

string

Rounding

Gets or sets the rounding factor.

public string Rounding { get; set; }

Property Value

string