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

Message ListMessage List     Post MessagePost Message

  adding an additional pointer to meters
Posted by dave whitehead on Aug-01-2015 15:10
hi

whats the easiest way to add a fixed extra pointer to a meter? is this possible?

I need to have a static pointer to indicate  a limit (eg a rev limit) which does not move, but the normal pointer can swing below and above the static one....

thankyou

Dave

  Re: adding an additional pointer to meters
Posted by Peter Kwan on Aug-01-2015 23:31
Hi Dave,

You can call addPointer multiple times to add multiple pointers of different shapes to a
meter. You may refer to the "Angular Meter Pointers (1)" and "Angular Meter Pointers (2)"
sample code for some examples:

http://www.advsofteng.com/doc/cdnet.htm#angularpointer.htm

http://www.advsofteng.com/doc/cdnet.htm#angularpointer2.htm

Hope this can help.

Regards
Peter Kwan