.. index:: pair: struct; EE::UI::Charts::UIChart::Layout .. _doxid-struct_e_e_1_1_u_i_1_1_charts_1_1_u_i_chart_1_1_layout: struct EE::UI::Charts::UIChart::Layout ====================================== .. toctree:: :hidden: struct_EE_UI_Charts_UIChart_Layout_RightAxis.rst .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct Layout { // structs struct :ref:`RightAxis`; // fields :ref:`Rectf` :target:`plot`; :ref:`SmallVector` :target:`xTicks`; :ref:`SmallVector` :target:`yTicks`; std::vector<:ref:`String`> :target:`xLabels`; std::vector<:ref:`String`> :target:`yLabels`; std::vector :target:`xLabelWidths`; std::vector :target:`yLabelWidths`; float :target:`xAxisLabelWidth` { 0.f }; std::vector<:ref:`RightAxis`> :target:`rightAxes`; :ref:`Uint64` :target:`revision` { 0 }; };