ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Text Shadow
Posted by Ade Groves on Mar-05-2018 19:16
Attachments:
Hi there,

Is there any way of having a background shadow on label text ? - See attached example from another charting tool.
1.png

  Re: Text Shadow
Posted by Peter Kwan on Mar-06-2018 01:28
Hi Ade,

Unluckily, ChartDirector cannot produce a "text shadow" like in your image. Instead, it can provide a background color for the text. The background color can be semi-transparent and can have rounded corners. When the code adds or configures the label, the API usually return a TextBox object. The Box.setBackground and Box.setRoundedCorners can then be used to configure the text background.

Regards
Peter Kwan