This question is locked. New answers and comments are not allowed.
Hi,
in WPF I am using the follwoing as DefaultView.
As a result, I get vertically oriented LegendItems.
Using the same in SIlverlight, the items remain horizontally aligned?
Now I wonder whether this is a bug or there is any mistake in my code...
in WPF I am using the follwoing as DefaultView.
<
telerik:RadChart.DefaultView
>
<
telerik:ChartDefaultView
ChartLegendPosition
=
"Bottom"
>
<
telerik:ChartDefaultView.ChartTitle
>
<
telerik:ChartTitle
Content
=
"..."
/>
</
telerik:ChartDefaultView.ChartTitle
>
<
telerik:ChartDefaultView.ChartArea
>
<
telerik:ChartArea
SmartLabelsEnabled
=
"True"
LegendName
=
"legend8"
/>
</
telerik:ChartDefaultView.ChartArea
>
<
telerik:ChartDefaultView.ChartLegend
>
<
telerik:ChartLegend
UseAutoGeneratedItems
=
"True"
DisplayMemberPath
=
"Key"
x:Name
=
"legend8"
ItemsPanelOrientation
=
"Vertical"
Header
=
""
/>
</
telerik:ChartDefaultView.ChartLegend
>
</
telerik:ChartDefaultView
>
</
telerik:RadChart.DefaultView
>
As a result, I get vertically oriented LegendItems.
Using the same in SIlverlight, the items remain horizontally aligned?
Now I wonder whether this is a bug or there is any mistake in my code...