Articles in this section
Category / Section

How to change the default Secondary Axis Label Format for Chart Control in OlapClient.

1 min read

In OlapClient, Chart control’s Secondary Axis shows default as ‘$’ (USD) sign. We can change the default Label Format (i.e.’ $’ appended) label to a customized one by using the OlapChart LabelFormat property.

Kindly find the below code snippet to achieve the same.

C#

 

// the LabelFormat has been changed
this.olapClient.OlapChart.LabelFormat = "0.00";
 

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied