Using TChart
in Android. I'm trying to add a shadow to the chart header, but I can't set its color. It's always white!
// chart.getHeader().getFont().getShadow().setColor(Color.fromArgb(0xffff0000));
chart.getHeader().getFont().getShadow().getBrush().setVisible(true);
chart.getHeader().getFont().getShadow().getBrush().setColor(Color.fromArgb(0xffff0000));
chart.getHeader().getFont().getShadow().setSize(2);
chart.getHeader().getFont().getShadow().setSmooth(false);
What more do I need to get a shadow of a different color?
Right. It seems that the Title Font Shadow is always drawn in the same color than the Title and if you try to change the color of the shadow it doesn't apply. I've added it to the defect list to be revised for future releases (TJ71016479).
I recommend you to be aware at the following channels for new release announcements and what's implemented on them: