I need to determine the radius (in points) of the radial gauge so I can put some additional labels around the gauge. Is there a property that would let me do that?
Hello Aleksandr,
I am just checking about the progress of this issue. Let me know if you need my further assistance on this issue.
Thank you for using Infragistics Components.
Hello,
IGGougeView has a method pointForValue which returns the CGPoint coordinates for a given value
-(CGPoint)pointForValue:(CGFloat)value atExtent:(CGFloat)extent;
http://help.infragistics.com/iOS/2014.1/chartapi/Classes/IGGaugeView.html#//api/name/pointForValue:atExtent:
You’ll just have to know the extent, at which to place a label, and the value can come from the existing gauge scale.
Please let me know if you have any further questions.