Inconsistency in colors
Posted: Thu Mar 07, 2019 11:51 am
We have noticed, that TChart.background uses SWT colors while the rest uses your own color class. Is there a reason behind that?
Steema Software - Customer Support Forums
https://407832.verdetrade-hk.tech/support/
https://407832.verdetrade-hk.tech/support/viewtopic.php?f=10&t=17138
Code: Select all
public void setBackground(Color value) {
chart.getPanel().setColor(new com.steema.teechart.drawing.Color(value.getRed(), value.getGreen(), value.getBlue()));
}