Table of Contents

Class PropertyDataGraphicDisplay

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

Controls textual display of the data value (condition, alignment, font, formatter).

public class PropertyDataGraphicDisplay : DomItem, IDomItemWithOutputFormatter
Inheritance
PropertyDataGraphicDisplay
Implements
Inherited Members

Properties

Alignment

Gets or sets the alignment of the text.

public string Alignment { get; set; }

Property Value

string

Condition

Gets or sets the condition for displaying value text.

public string Condition { get; set; }

Property Value

string

Font

Gets the font settings.

[JsonInclude]
public PropertyFontExt Font { get; }

Property Value

PropertyFontExt

OutputFormatter

Gets the output formatter settings.

[JsonInclude]
public PropertyOutputFormatterBase OutputFormatter { get; }

Property Value

PropertyOutputFormatterBase