I have this screen where data is entered for "Silk", "Male 1" and "Male" for different "Field Numbers". This data is stored in a Sharepoint list called "Field Rat".
My doubts with the line graph:
1) How can I change the color of the lines (so that each series has a different color)?
2) How can I change the name of the series in the legend (since it says for example: OData_x0025_Silk and it should only say silk).
3) How can I make the graph show only the data of the last Field Number entered (in the "Field Number" text entry)?.
1. You can set colours you like if you select LineChart control and enter any colours you like in ItemColorSet
2. You can set legend you like if you select Legend control and enter any names you like in the Items
3. I am not sure how your datasource looks, but you probably want to have some Filter in Items property of your LineChart control. For example,
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.