[OPEN] [#40] How can show the labels over each point of the LineSeries?

  1. #1

    [OPEN] [#40] How can show the labels over each point of the LineSeries?

    Hi,

    I would to show the label for LineSeries over point, how can do it? I try to set property Display="over",
    but in this case the label is shown over the chart, not on LineSeries.

    My code is below

    <ext:LineSeries Highlight="true" Axis="Right" Smooth="3" XField="period" YField="pnFirstOk" >
        <MarkerConfig Type="Circle" Size="4" Radius="4" StrokeWidth="0" />
         
        <Label Contrast="false" Display="InsideEnd" Field="pnFirstOk" Color="#319915" TextAnchor="Middle" />
    </ext:LineSeries>
    <ext:LineSeries Highlight="true" Axis="Right" Smooth="3" XField="period" YField="pnFirstKo" >
        <MarkerConfig Type="Circle" Size="4" Radius="4" StrokeWidth="0" />
     
        <Label Contrast="false" Display="InsideEnd" Field="pnFirstKo" Color="#CC1700" TextAnchor="Middle" />
    </ext:LineSeries>
    <ext:LineSeries Highlight="true" Axis="Right" Smooth="3" XField="period" YField="pnTotalPass" >
        <MarkerConfig Type="Circle" Size="4" Radius="4" StrokeWidth="0" />
         
        <Label Contrast="false" Display="InsideEnd" Field="pnTotalPass" Color="#C97C00" TextAnchor="Middle" />
    </ext:LineSeries>
    Thank you so much.
    Last edited by Baidaly; Nov 17, 2012 at 12:43 AM. Reason: Issue created
  2. #2
    Hi,

    Confirm, the Label Display option doesn't work well. I would also expect a possibility to show labels over the markers.

    We are investigating.

    Thank you for the question.
  3. #3
    I reported to Sencha.
    http://www.sencha.com/forum/showthread.php?242791

    I will monitor.
  4. #4
    Sencha has opened a bug ticket. I will monitor.
  5. #5
    Ticket is still open. We will continue to monitor.
    Geoffrey McGill
    Founder
  6. #6
    Opened an Issue to track this defect, see

    https://github.com/extnet/Ext.NET/issues/40

Similar Threads

  1. [CLOSED] [#13] labels LineSeries aren't shown into the chart
    By tactime10 in forum 2.x Legacy Premium Help
    Replies: 19
    Last Post: May 30, 2013, 4:58 AM
  2. Replies: 14
    Last Post: Sep 27, 2012, 12:57 PM
  3. [CLOSED] Interrogation point icon
    By feanor91 in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Aug 16, 2012, 1:59 PM
  4. [CLOSED] History point
    By gokcemutlu in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 18, 2009, 11:44 AM
  5. [CLOSED] Field Labels don't show
    By gokcemutlu in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Jul 15, 2009, 9:18 AM

Posting Permissions