Table of Contents

Class PropertyRange

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

Represents a numeric range (either automatically determined or explicitly configured).

public class PropertyRange : DomItem
Inheritance
PropertyRange
Inherited Members

Properties

Automatic

Gets or sets whether the range is determined automatically ("True"/"False").

public string Automatic { get; set; }

Property Value

string

Value

Gets or sets the explicit range value (used when Automatic is False).

public string Value { get; set; }

Property Value

string