I have a composite chart, with one chart being an area chart and one being a line chart. The default color model is CustomLinear.
Both charts start with green, then go to blue, then go to yellow, etc. So we have a situation where the green line goes over the green area and it can't be seen.
Is there a way to control where in the sequence each chart in the composite chart starts, or is there a way to define the color pallet used by each chart?
Dana
Hi,
Let me know if there something I can do for you.
Regards,
Stefaniya
This is the current design of the chart. Of course we value your opinion and input, and we will continue to improve our components in order to satisfy your requirements. Please, feel free to submit request for any feature or improvement you would like to see or connect with us through the Developer Support service and we will take care to submit these requests for you to the right person.
Let me know if there is something more I can help you with.
Thanks.
I believe the larger issue is that the implementation of composite charts requires the user of your controls to in some cases re-implement many of the capabilities IG provides for non-composite charts or at best, mirror settings on all layers so the chart appears correct. This seems to be due to the chart type being an attribute of the chart layer rather than of the series.
I have logged this feature request for you with reference number : 12876
It is sent directly to our Product Management Team. Infragistics continues to monitor application development for all of our products so as trends appear in requested features, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your feature is chosen for development you will be notified at that time.
Let me know if you have any further questions.
The chart layers are treated fairly independently and the color model property wasn't meant to cycle through the layers the way you expected. You can request this feature here: http://devcenter.infragistics.com/Protected/RequestFeature.aspx
In the meantime, setting colors on the series should be a very effective way of creating your own color model.