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
175
Series => setLabel method suggestion
posted

Hi,

it would be fine, to have Series a setLabel method:

================================

ValueCategorySeries series = new ColumnSeries();
series.setCategoryAxis(categoryAxis);
series.setValueAxis(valueAxis);
series.setValueMember("");
series.setDataSource(column);

series.setLabel(string);


Brush serieColorBrush = new SolidColorBrush(color);
series.setBrush(serieColorBrush);
dataChart.series().add(series);

================================

setLabel(String string);

I think it is important, because we don't have an explanation for our series.

Or other idea:

To have some Explanation table (Legend) like this:

http://i.msdn.microsoft.com/dynimg/IC164552.gif

Yes, i know, that android programmers can do this with plus layout, but it would be more comfortable to us :)

Zollie

Parents
No Data
Reply
  • 37874
    posted

    Hello Zollie,

    I have logged these two features as new Product Ideas. Our product team chooses new Product Ideas for development based on popular feedback from our customer base.  Infragistics continues to monitor application development for all of our products, so as trends appear in requested ideas, we can plan accordingly.

    We value your input, and our philosophy is to enhance our toolset based on customer feedback.  If your idea is chosen for development, you will be notified at that time.  Your reference number for these Product Ideas are PI13020084 and PI13020085.

    If you would like to follow up on your Product Ideas at a later point, you may contact Developer Support management via email.  Please include the reference number of your Product Idea in the subject and body of your email message.  You can reach Developer Support management through the following email address:  dsmanager@infragistics.com

    If you need more information, please feel free to contact us.

Children
No Data