Hi all
Why pan not working in lineseries chart?
this is my code:
<telerik:RadHtmlChart runat="server" ID="RadHtmlChart1" Width="500px" Height="800px" Skin="Silk" PlotArea-XAxis-StartAngle="90" Transitions="false" Font-Size="Small">
<Pan Enabled ="true" />
<ChartTitle Text="My test">
<Appearance Align="Center" BackgroundColor="Transparent" Position="Top">
</Appearance>
</ChartTitle>
-------------------------------
</telerik:RadHtmlChart>
Thanks