.. _object_MeasurementView: :index:`MeasurementView` ------------------------ Description *********** The MeasurementView object is a specialized version of :ref:`DataObjectView ` with additional properties for :ref:`Measurement ` objects. :**› Inherits**: :ref:`DataObjectView ` Overview ******** Properties ++++++++++ .. hlist:: :columns: 3 * :ref:`maximumValue ` * :ref:`minimumValue ` * :ref:`DataObjectView.color ` * :ref:`DataObjectView.decimals ` * :ref:`DataObjectView.disabled ` * :ref:`DataObjectView.hidden ` * :ref:`DataObjectView.orderIndex ` * :ref:`DataObjectView.placeholder ` * :ref:`DataObjectView.range ` * :ref:`DataObjectView.readOnly ` * :ref:`DataObjectView.stepSize ` * :ref:`DataObjectView.toolTip ` * :ref:`DataObjectView.widget ` * :ref:`DataObjectView.widgetData ` * :ref:`DataObjectView.widgetDataMap ` * :ref:`DataObjectView.widgetWidth ` * :ref:`Object.objectId ` * :ref:`Object.parent ` Methods +++++++ .. hlist:: :columns: 1 * :ref:`Object.deserializeProperties() ` * :ref:`Object.fromJson() ` * :ref:`Object.serializeProperties() ` * :ref:`Object.toJson() ` Signals +++++++ .. hlist:: :columns: 1 * :ref:`Object.completed() ` Enumerations ++++++++++++ .. hlist:: :columns: 1 * :ref:`DataObjectView.Widget ` Properties ********** .. _property_MeasurementView_maximumValue: .. _signal_MeasurementView_maximumValueChanged: .. index:: single: maximumValue maximumValue ++++++++++++ This property holds the maximum value to use for parametrizing the widget displaying a measurement, e.g. a gauge or plot. :**› Type**: Double :**› Default**: ``0`` :**› Signal**: maximumValueChanged() :**› Attributes**: Writable .. _property_MeasurementView_minimumValue: .. _signal_MeasurementView_minimumValueChanged: .. index:: single: minimumValue minimumValue ++++++++++++ This property holds the minimum value to use for parametrizing the widget displaying a measurement, e.g. a gauge or plot. :**› Type**: Double :**› Default**: ``0`` :**› Signal**: minimumValueChanged() :**› Attributes**: Writable