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
235
Line Chart Selected Series Names
posted

Hi,

I have a simple line chart displaying the fund names VS fund performances. Lets say:

Fund         Date                Performance

--------      ---------------   ---------------

Fund A       1/3/2011            3.3%

Fund B       1/3/2011            -1.2%

Fund A       2/3/2011            2.3%

Fund B       2/3/2011            -2.2%

Fund A       3/3/2011            3.4%

Fund B       3/3/2011             4.2%

The line chart chart works fine. I would like to display the chart with the 2 series but showing only a legend for Fund A. Fund B should be showing as a line (series data) but invisible from the legend. 

Is that possible?

Thanks

Parents
No Data
Reply
  • 48586
    Verified Answer
    posted

    Hello ,

     

    In your post you are saying that you are using series, ISeries object has Label property which by default is used to determine the name in the legend, so if this property is set to “” (empty string)  the item will not appear in the legend, please see attached sample.

     

    Please let me know if you have any further questions or if I am missing something.

    103449.zip
Children
No Data