:orphan: .. title:: CONFIG_LVGL_CHART_AXIS_TICK_LABEL_MAX_LEN .. kconfig:: CONFIG_LVGL_CHART_AXIS_TICK_LABEL_MAX_LEN CONFIG_LVGL_CHART_AXIS_TICK_LABEL_MAX_LEN ######################################### *Maximum length of axis label* Type: ``int`` Help ==== .. code-block:: none Maximum length of axis label Direct dependencies =================== \ :kconfig:`LVGL_USE_CHART ` && \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 256 Kconfig definition ================== At ``/gui/lvgl/Kconfig.objects:68`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:33`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Objects → Chart object .. code-block:: kconfig config LVGL_CHART_AXIS_TICK_LABEL_MAX_LEN int "Maximum length of axis label" default 256 depends on LVGL_USE_CHART && LVGL help Maximum length of axis label *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*