Dear Friend I will add two Scanerio that will explain you the clear bugs that we have with rad Chart XAxis!
I am using above code and in this I add XAxis DataLabel Column when we use this it will show me result mention in screen shots A.
Now when we comment this XAxis check below code
It will show the result mention in Image B!
SO the problem is When we will use X Axis DataLable Column
1) It will hide the last series
2) The Label got messup
Plesase suggest good ways to fix it!
Thanks
<
telerik:RadChart
ID
=
"RadChart1"
runat
=
"server"
DataSourceID
=
"edsTotalStakesForEachShop"
IntelligentLabelsEnabled
=
"true"
>
<
Series
>
<
telerik:ChartSeries
Name
=
"Series 2"
DataXColumn
=
"ShopId"
DataYColumn
=
"TotalStakes"
>
</
telerik:ChartSeries
>
</
Series
>
<
PlotArea
>
<
XAxis
AutoScale
=
"False"
DataLabelsColumn
=
"Name"
MaxValue
=
"7"
MinValue
=
"1"
Step
=
"1"
>
<
AxisLabel
>
<
Appearance
>
</
Appearance
>
</
AxisLabel
>
<
Appearance
>
<
LabelAppearance
RotationAngle
=
"90"
>
</
LabelAppearance
>
</
Appearance
>
</
XAxis
>
</
PlotArea
>
</
telerik:RadChart
>
I am using above code and in this I add XAxis DataLabel Column when we use this it will show me result mention in screen shots A.
Now when we comment this XAxis check below code
<
telerik:RadChart
ID
=
"RadChart1"
runat
=
"server"
DataSourceID
=
"edsTotalStakesForEachShop"
IntelligentLabelsEnabled
=
"true"
>
<
Series
>
<
telerik:ChartSeries
Name
=
"Series 2"
DataXColumn
=
"ShopId"
DataYColumn
=
"TotalStakes"
>
</
telerik:ChartSeries
>
</
Series
>
<
PlotArea
>
<%--<
XAxis
AutoScale
=
"False"
DataLabelsColumn
=
"Name"
MaxValue
=
"7"
MinValue
=
"1"
Step
=
"1"
>
<
AxisLabel
>
<
Appearance
>
</
Appearance
>
</
AxisLabel
>
<
Appearance
>
<
LabelAppearance
RotationAngle
=
"90"
>
</
LabelAppearance
>
</
Appearance
>
</
XAxis
>--%>
</
PlotArea
>
</
telerik:RadChart
>
It will show the result mention in Image B!
SO the problem is When we will use X Axis DataLable Column
1) It will hide the last series
2) The Label got messup
Plesase suggest good ways to fix it!
Thanks