Enumeration: CustomMeasurementDisplayMode
Enum representing the display modes for custom measurements.
CustomMeasurementDisplayMode dictates how custom measurements are visually presented within a specific application context. Custom measurements refer to user-defined or non-standard metrics that need to be displayed in a customized way, rather than conforming to default global standards.
This enum provides predefined options that govern whether custom measurements are integrated alongside global metrics or treated as distinct entities with their own specific rules for visibility and interaction.
Use this enum to provide clear and consistent behavior for custom measurement display logic in alignment with user expectations and domain-specific requirements.
Enum Values:
-
SHARED Represents a mode where custom measurements are displayed alongside global dimensions. Measurements in this mode are intended to be seamless and visible within shared contexts such as dashboards or multi-metric views.
-
SEPARATE Represents a mode where custom measurements are rendered independently of global dimensions. In this mode, the custom measurement is hidden by default and only shown based on specific conditions such as a user action, event trigger, or defined rules. This allows for isolated or contextual presentation of custom metrics without cluttering broader views.
Enumeration Members
SEPARATE
SEPARATE:
"SEPARATE"
Custom measurement will be rendered separately from global dimensions. Eg. visible only when some option is active or on button click hidden by default, shown/hidden only by rule/event actions
SHARED
SHARED:
"SHARED"
custom measurements appear alongside main dimensions of the model at 3d canvas