Table of Contents

Class PropertyDisplayRange

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

Represents a display range (min/max) for gauges or similar components.

public class PropertyDisplayRange : DomItem
Inheritance
PropertyDisplayRange
Inherited Members

Properties

Max

Gets or sets the maximum display value.

public string Max { get; set; }

Property Value

string

Min

Gets or sets the minimum display value.

public string Min { get; set; }

Property Value

string