ChartDirector Support
Forum Home
Search
Message List
Post Message
[Apr-09-2024 21:08]
How to get line width for a dataset?
(John Vella)
[Apr-09-2024 21:45]
Re: How to get line width for a dataset?
(Peter Kwan)
How to get line width for a dataset?
Posted by John Vella on Apr-09-2024 21:08
|
Reply
|
Monitor
There doesn't seem to be a "getLineWidth" in DataSet class even though it has "setLineWidth".
How can I get the width of the lines from the datasets I'm adding to my layer?
I'm using the C++ ChartDirector 7
-John
Re: How to get line width for a dataset?
Posted by Peter Kwan on Apr-09-2024 21:45
|
Reply
|
Monitor
Hi John,
Unluckily, there is no API to get the line width. Your code would need to keep track of what line width it passes to ChartDirector.
Best Regards
Peter Kwan