| | | | Browse by category |
Article ID: 2394
Last updated: 01 Dec, 2014
Question
How to set the background color of an IlvTimeScale that is being set on IlvChart ?
Answer
You can resolve this by making your timescale opaque.
IlvTimeScale timescale = new IlvTimeScale();
timescale.setOpaque(true);
timescale.setBackground(backgroundColor);
This article was:
Helpful |
Not helpful
Report an issue
Article ID: 2394
Last updated: 01 Dec, 2014
Revision: 1
Views: 596
Posted: 24 Mar, 2011 by
Dean J.
Updated: 01 Dec, 2014 by
Martin C.
Also listed in
Others in this category
Powered by KBPublisher (Knowledge base software)