How Can I Put the ColorScale IN the Axis Area Like the Legend ?
NOT:
plotLayout()->addElement(0, 1, m_colorScale);
This makes the axis on the left, and colorscale on the right!
What I want is:
make the colorscale the same/similar position as the legend, may be at right center
THANKS!!!