Table of Contents

Class PropertyScaleLabels

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

Scale label configuration for gauges (visibility, alignment, rotation, formatter, font and range).

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

Properties

Alignment

Property is only for linear gauges (alignment mode).

public string Alignment { get; set; }

Property Value

string

DisplayRange

Gets the display range (min/max) for scale labels.

[JsonInclude]
public PropertyDisplayRange DisplayRange { get; }

Property Value

PropertyDisplayRange

Font

Gets the font settings.

[JsonInclude]
public PropertyFontExt Font { get; }

Property Value

PropertyFontExt

OutputFormatter

Gets the output formatter applied to scale label values.

[JsonInclude]
public PropertyOutputFormatterBase OutputFormatter { get; }

Property Value

PropertyOutputFormatterBase

Rotated

Gets or sets whether labels are rotated (round gauges only).

public string Rotated { get; set; }

Property Value

string

SizeAdjustment

Gets or sets automatic size adjustment.

public string SizeAdjustment { get; set; }

Property Value

string

Visible

Gets or sets the visibility flag.

public string Visible { get; set; }

Property Value

string