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

Customizing Chart Title

2 Answers 46 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Prasanna
Top achievements
Rank 1
Prasanna asked on 16 Jan 2013, 12:27 PM
Hi,

        I am using rad chart in my page. i need to show chart title like this,
        Topic: Enrollment Region: West

How to do this????

Let me know ... Urgent...



Thanks
Prasanna.

2 Answers, 1 is accepted

Sort by
0
MasterChiefMasterChef
Top achievements
Rank 2
answered on 16 Jan 2013, 06:41 PM
Hi Prasanna,

Inside of the RadChart tag on your page, you can edit the Chart Title by editing the chart like this:

<telerik:RadChart ID="RadChart1" runat="server">
    <ChartTitle>
        <TextBlock Text="Topic: Enrollment Region: West">
        </TextBlock>
    </ChartTitle>
</telerik:RadChart>

Hopefully this answers your question. The RadChart is easy to customize if you go to the configuration wizard inside of VisualStudio. I've provided a screenshot to help you find this wizard.

Good Luck,
Bart
0
Prasanna
Top achievements
Rank 1
answered on 17 Jan 2013, 09:10 AM
Thanks But i need show the title like attached image

Marked text should be in bold other text in normal font

i need to do in code behine  Please let me know the solution.
Tags
Chart (Obsolete)
Asked by
Prasanna
Top achievements
Rank 1
Answers by
MasterChiefMasterChef
Top achievements
Rank 2
Prasanna
Top achievements
Rank 1
Share this question
or