Hi,
I use the below radChart which is bind with a SqlDataSource component :
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?
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> |
How to enlarge the XAxis zone or reduce the Chart aera in order to show completly the XAxis Label?