.. role:: ts-api-decorator

.. _cee.ug.AutoRangeMode:

#############
AutoRangeMode
#############

.. js:module:: cee.ug
   :noindex:

.. container:: api-index-section

   .. rubric:: Enumeration Members

   .. rst-class:: api-index-list-item api-kind-enummember api-parent-kind-enum

   * :ref:`cee.ug.AutoRangeMode.ALL_ITEMS`
   * :ref:`cee.ug.AutoRangeMode.VISIBLE_ITEMS`





------------

Enumeration Members
===================

.. rst-class:: ts-api-section

.. _cee.ug.AutoRangeMode.ALL_ITEMS:

ALL_ITEMS
---------

The auto full range will be computed from all items in the model

.. rst-class:: ts-api-section

.. _cee.ug.AutoRangeMode.VISIBLE_ITEMS:

VISIBLE_ITEMS
-------------

The auto full range will be computed only from the visible items in the model

