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

Message ListMessage List     Post MessagePost Message

  How to get line width for a dataset?
Posted by John Vella on Apr-09-2024 21:08
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
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