Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
630
Bubble chart with text inside the bubbles
posted

Hello,

i found an image "What's_New_in_2013_Volume_2_3.png" in the 2014.1 Documents/images folder. It shows a bubble chart with text (for e.g. {75, 20})inside the bubbles. How can i adress this value for each bubble?

I want to write the value (radius) of each bubble into it.

Thanks in advance,

Johann

Parents
No Data
Reply
  • 18495
    posted

    Hello Johann,

    Thank you for contacting Infragistics.

    If you navigate to the Sample folder in the Nuclios installation folder, you'll see a "SamplesBrowser.xcodeproj" file.  Open that file and you'll find a large number of samples showing you how to do various things with the controls in Nuclios.

    The file you should open is under SamplesBrowser/Samples/Chart/Features.  The name of the file is "igCustomMarkersViewController.m".  You will also want to look at "igCustomMarkersViewController.h".  This sample will show you how to implement what you saw in the image you references.

    Please let me know if you have any other questions about this.

Children