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
DisplayRange
Gets the display range (min/max) for scale labels.
[JsonInclude]
public PropertyDisplayRange DisplayRange { get; }
Property Value
Font
Gets the font settings.
[JsonInclude]
public PropertyFontExt Font { get; }
Property Value
OutputFormatter
Gets the output formatter applied to scale label values.
[JsonInclude]
public PropertyOutputFormatterBase OutputFormatter { get; }
Property Value
Rotated
Gets or sets whether labels are rotated (round gauges only).
public string Rotated { get; set; }
Property Value
SizeAdjustment
Gets or sets automatic size adjustment.
public string SizeAdjustment { get; set; }
Property Value
Visible
Gets or sets the visibility flag.
public string Visible { get; set; }