<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Stacked and percent stacked chart legends have reversed order"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=114163#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Stacked and percent stacked chart legends have reversed order"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=114163">bug 114163</a>
              from <span class="vcard"><a class="email" href="mailto:balazs.varga991@gmail.com" title="Balázs Varga <balazs.varga991@gmail.com>"> <span class="fn">Balázs Varga</span></a>
</span></b>
        <pre>This is the code pointer:
<a href="https://opengrok.libreoffice.org/xref/core/chart2/source/view/charttypes/VSeriesPlotter.cxx#2223">https://opengrok.libreoffice.org/xref/core/chart2/source/view/charttypes/VSeriesPlotter.cxx#2223</a>

And I think we should respect the direction of axis: But unfortunately we did
not know the axis on this level.
<a href="https://opengrok.libreoffice.org/xref/core/chart2/source/view/charttypes/VSeriesPlotter.cxx#2225">https://opengrok.libreoffice.org/xref/core/chart2/source/view/charttypes/VSeriesPlotter.cxx#2225</a>

Or the chart types, for example the legends should reversed in case of BAR
charts.
But unfortunately, on this level there is no difference between 
CHART2_SERVICE_NAME_CHARTTYPE_BAR and CHART2_SERVICE_NAME_CHARTTYPE_COLUMN
chart types. But if we know the axis on this level we could use the
isSwapXAndY() for handling this.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>