How to modify the label color below 0

苏川 梁 46 Reputation points
2022-04-06T09:46:23.21+00:00

I want to modify the label color below 0 individually, but I don't know how to set it190430-image.png

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,878 questions
0 comments No comments
{count} votes

Accepted answer
  1. Joyzhao-MSFT 15,571 Reputation points
    2022-04-06T13:22:13.553+00:00

    Hi @63642299 ,
    Are you looking to conditionally format the vertical axis label of the chart in an SSRS chart? For example: when values positive color black , when negative color red.

    As far as I know, there is currently no way to do this in Reporting Services. Normally,in the Font Color option of Vertical Axis Properties, we would use expression something like: =IIf(Fields!YourField.value < 0 , "red", "black") , but it doesn't work at present.

    I suggest you submit the requirement at https://feedback.azure.com/ .
    If the requirement mentioned by customers for many times, the product team may consider to add this feature in the next SQL Server version. Your feedback is valuable for us to improve our products and increase the level of service provided.

    If you have any questions, please feel free to let me know.
    Best Regards,
    Joy


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful