Table of Contents

Class PropertyPointer

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

Represents the pointer related appearance properties for gauge objects (round and linear). Provides access to color, size, style and optional background / display range objects.

public class PropertyPointer : DomItem
Inheritance
PropertyPointer
Inherited Members

Properties

Background

Gets the optional background filling definition for linear gauge pointers. Returns null if not applicable (e.g. round gauges) or not initialized.

[JsonInclude]
public PropertyFillingExt Background { get; }

Property Value

PropertyFillingExt

Color

Gets or sets the pointer color (expression or constant). Uses scheme colors if defaulted.

public string Color { get; set; }

Property Value

string

DisplayRange

Gets the optional display range (min / max) definition for linear gauges. Returns null if not initialized or not applicable.

[JsonInclude]
public PropertyDisplayRange DisplayRange { get; }

Property Value

PropertyDisplayRange

Size

Gets or sets the pointer size (typically a percentage for round gauges). Returns null for gauge types where a size is not applicable (e.g. linear gauges with defaults).

public string Size { get; set; }

Property Value

string

Style

Gets or sets the engine specific pointer style index.

public string Style { get; set; }

Property Value

string