Table of Contents

Class PropertyStartValue

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

Start value definition for linear gauges (automatic or explicit initial value).

public class PropertyStartValue : DomItem
Inheritance
PropertyStartValue
Inherited Members

Properties

Automatic

Gets or sets whether the start value is automatic.

public string Automatic { get; set; }

Property Value

string

Value

Gets or sets the explicit start value.

public string Value { get; set; }

Property Value

string