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
gaugeTypeLlDomGaugeTypeobjectCollectionCollectionObjectBases
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
gaugeTypeLlDomGaugeTypeobjectCollectionCollectionObjectBasesindexint
Properties
Definition
Gets the gauge definition with styling and scale configuration.
[JsonInclude]
public PropertyGaugeDefinition Definition { get; }
Property Value
ExportAsPicture
Gets or sets whether the gauge is exported as a raster picture.
public string ExportAsPicture { get; set; }
Property Value
Frame
Gets the frame styling of the gauge.
[JsonInclude]
public PropertyFrame Frame { get; }