Table of Contents

Class ObjectGauge

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

Represents a gauge object (round or linear) with definition, frame and export settings.

public class ObjectGauge : ObjectBase
Inheritance
ObjectGauge
Inherited Members

Constructors

ObjectGauge(LlDomGaugeType, CollectionObjectBases)

Creates and appends a new gauge object of the specified type.

public ObjectGauge(LlDomGaugeType gaugeType, CollectionObjectBases objectCollection)

Parameters

gaugeType LlDomGaugeType
objectCollection CollectionObjectBases

ObjectGauge(LlDomGaugeType, CollectionObjectBases, int)

Creates and inserts a new gauge object of the specified type at the given index.

public ObjectGauge(LlDomGaugeType gaugeType, CollectionObjectBases objectCollection, int index)

Parameters

gaugeType LlDomGaugeType
objectCollection CollectionObjectBases
index int

Properties

Definition

Gets the gauge definition with styling and scale configuration.

[JsonInclude]
public PropertyGaugeDefinition Definition { get; }

Property Value

PropertyGaugeDefinition

ExportAsPicture

Gets or sets whether the gauge is exported as a raster picture.

public string ExportAsPicture { get; set; }

Property Value

string

Frame

Gets the frame styling of the gauge.

[JsonInclude]
public PropertyFrame Frame { get; }

Property Value

PropertyFrame