This is a migrated thread and some comments may be shown as answers.

Changing GraphTitle Style Color

1 Answer 99 Views
Report Designer (standalone)
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 07 Jul 2019, 07:04 AM

I want to be able to change GraphTitle color (within Graph) or any other style property related GraphTitle via binding expression.

 

The problem is the graph object does not expose bindings related to its child Graphtitle.

I have attached a screen shot report, I want to change the GraphTitle color to green if the percentage is higher than 50 else the graph should be red

1 Answer, 1 is accepted

Sort by
0
Neli
Telerik team
answered on 10 Jul 2019, 02:06 PM
Hi John,

You may use the DataPointLabel instead of the title, so you can set Conditional Formatting rule. Let me give you some further details:
1) Move the DataPointLabel to center through setting the DataPointLabelAlignment and DataPointLabelOffset properties.
2) Set the DataPointLabelConditionalFormatting based on the requirements.

You can take a look at the attached report which demonstrates the approach.

Regards,
Neli
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Report Designer (standalone)
Asked by
John
Top achievements
Rank 1
Answers by
Neli
Telerik team
Share this question
or