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

Chart do not work with full screen

1 Answer 66 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Paulo
Top achievements
Rank 1
Paulo asked on 16 Apr 2013, 05:12 PM
How can I do my chart wor un full screen. 

I need my chart title center.

My code

radChart1.Height = 400;
radChart1.Width = 1200;
radChart1.ChartTitle.TextBlock.Text = bl.nomeTituloChart;
radChart1.ChartTitle.TextBlock.Appearance.Position.AlignedPosition = Telerik.Charting.Styles.AlignedPositions.Center;

1 Answer, 1 is accepted

Sort by
0
Peshito
Telerik team
answered on 19 Apr 2013, 09:50 AM
Hello,

You can customize the chart's title appearance like this:
<ChartTitle>
    <Appearance Position-Auto="false" Position-AlignedPosition="TopLeft">
    </Appearance>
    <TextBlock Text="Custom Title" />
</ChartTitle>
Regarding your other question about setting the chart to a full size, it is not supported out of the box and you will need to set it's size before rendering the image.

Hope this helps.

Kind regards,
Peshito
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
Paulo
Top achievements
Rank 1
Answers by
Peshito
Telerik team
Share this question
or