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

Enlarge XAxis Label height

2 Answers 76 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Eric Ulliac
Top achievements
Rank 1
Eric Ulliac asked on 30 Jul 2008, 12:14 PM
Hi,

I use the below radChart which is bind with a SqlDataSource component :
<telerik:RadChart ID="RadChart_suivi_AO" runat="server" DataSourceID="SqlDataSource_suivi_AO" Height="400px" Width="800px"
    <PlotArea XAxis-AutoScale="true"
        <YAxis MinValue="0" Step="1"
        </YAxis> 
        <YAxis2 MinValue="0" Step="1"
        </YAxis2> 
        <XAxis DataLabelsColumn="Libelle_gestionnaire" LayoutMode="Between"
            <Appearance> 
                <LabelAppearance RotationAngle="90" Position-AlignedPosition="Top"
                </LabelAppearance> 
            </Appearance> 
        </XAxis> 
    </PlotArea>  
    <ChartTitle> 
        <TextBlock Text="Suivi des appels d'offres"
        </TextBlock> 
    </ChartTitle> 
    <Appearance Border-Visible="false" > 
    </Appearance> 
</telerik:RadChart> 
It's work good but the XAxis Label are cut.
How to enlarge the XAxis zone or reduce the Chart aera in order to show completly the XAxis Label?


2 Answers, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 30 Jul 2008, 03:21 PM
Hello Eric,

You can take advantage of the automatic layout calculation by setting AutoLayout property to true as shown here and here. Alternatively, you can adjust the Plot Area Margins.

Hope this helps.

Best wishes,
Ves
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Eric Ulliac
Top achievements
Rank 1
answered on 31 Jul 2008, 07:47 AM
Hi Ves,

The plot area Margins resolve my problem.

Thank you
Tags
Chart (Obsolete)
Asked by
Eric Ulliac
Top achievements
Rank 1
Answers by
Ves
Telerik team
Eric Ulliac
Top achievements
Rank 1
Share this question
or