[CLOSED] Adding Listener to CircleSprite

  1. #1

    [CLOSED] Adding Listener to CircleSprite

    I am using the chart from this link (https://examples4.ext.net/#/Chart/Scatter/Bubble/), I just want to know how to add a listener to CircleSprite which is under Marker, when circle is bigger user wants to click on any where on the circle.

    <Series>
                            <ext:ScatterSeries XField="id" YField="g2">
                                <Marker>
                                    <ext:CircleSprite Radius="5" FillStyle="rgb(203,143,203)" MiterLimit="1" LineCap="Butt" LineWidth="1" Duration="200" />
                                </Marker>
                                <HighlightDefaults>
                                    <ext:Sprite Scaling="1.3" />
                                </HighlightDefaults>
                                <Renderer Fn="renderer" />
                            </ext:ScatterSeries>
                        </Series>
    Last edited by fabricio.murta; Apr 27, 2018 at 2:39 PM.
  2. #2
    Hello @Fahd!

    Did you take a look on this example: Charts > Combination > Dashboard.

    It binds and event to the series' sprite that seems to be exactly what your want. Hope this helps!
    Fabrício Murta
    Developer & Support Expert
  3. #3
    Hello @Fahd!

    Did the sample above help you at all? It's been a while since we posted that suggestion, and still no feedback from you. Do you still need help here? We may mark the thread as closed if you do not post a follow-up in 7+ days from now, but we won't lock up the thread, so you'll still be able to post afterwards.
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. [CLOSED] Adding a Listener to a ComboBox Subclass
    By xtoolz in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 16, 2015, 2:42 PM
  2. Replies: 7
    Last Post: Feb 13, 2015, 8:05 AM
  3. [CLOSED] ext:Button: Adding listener to a click event
    By supera in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Apr 05, 2012, 12:04 PM
  4. [CLOSED] adding handler listener in codebehind
    By ashton.lamont in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: May 05, 2010, 4:50 PM
  5. Adding Tabs With OnActivate Listener
    By juan_pablo in forum 1.x Help
    Replies: 4
    Last Post: Apr 25, 2010, 3:28 PM

Posting Permissions