[Solved] kendo angular chart wizard

1 Answer 18 Views
Charts
Khaled
Top achievements
Rank 1
Khaled asked on 03 Feb 2026, 07:43 AM
How to change title of kendo angular chart wizard in run time ?

1 Answer, 1 is accepted

Sort by
0
Zornitsa
Telerik team
answered on 05 Feb 2026, 09:08 AM

Hi Khaled,

The window title in the Chart Wizard component can be customized by using the <kendo-chartwizard-messages> component and setting the windowTitle property to the desired text: 

<kendo-chartwizard [data]="data">
     <kendo-chartwizard-messages
         windowTitle="Custom title"
     ></kendo-chartwizard-messages>
</kendo-chartwizard>

For demonstration of the above approach, I am also linking a StackBlitz example, in which the title of the Chart Wizard window is customized:

I hope this is what you are looking for. Let me know if any further questions arise on this matter.

Regards,
Zornitsa
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Charts
Asked by
Khaled
Top achievements
Rank 1
Answers by
Zornitsa
Telerik team
Share this question
or