I have a chart in CRM
It is for a field called isQualified with Yes and No as possible values
Now in the chart I want to change the lable of Yes, No to Qualified and Not Qualified
How can this be done?
I have a chart in CRM
It is for a field called isQualified with Yes and No as possible values
Now in the chart I want to change the lable of Yes, No to Qualified and Not Qualified
How can this be done?
Not possible, the labels you want change would be the series labels and series labels are dynamically created based on the data source. The only way you could change them would be if you had access to chart event handlers, which CRM does not provide. The best you can do is change the colors, hide the labels altogether by editing the Chart's Data Description XML.
If this chart would go on a dashboard, an alternative would be to use a web resource and use a client side library like ChartJs and build your chart. The chart looks fairly simple, resurfacing it using JavaScript should not be too complicated.
In order to change the axis display values, you will have to change the display text of the respective "Two Option" selections in the field properties.