ColorMode QML Type

Enums of dynamic color rules. More...

Import Statement: import CSDataQuick.Components 1.0

Properties

Detailed Description

This class holds the enums of the dynamic color rules.

Property Documentation

ColorMode : enumeration

ColorMode.StaticShow the object in its normal colors.
ColorMode.AlarmShow the object in alarm colors based on the severity of the associated process variable. The alarm colors are Green for NO_ALARM, Yellow for MINOR_ALARM, Red for MAJOR_ALARM, White for INVALID_ALARM, and Gray if the alarm has an unknown value (because of an error in the record, for example).
ColorMode.DiscreteSame as ColorMode.Static