http://abc.com:8090/Getinfo/GetInfo/getAllDivisions?format=Xml
hi,
i am using the following code, i didnt see legend in my screen.. i thing i have missed something... can u tell me the solution.
<telerik:RadChart ID="RadChart1" DataSourceID="SqlDataSource2" runat="server"
Width="465px" Height="260px" DefaultType="Pie" OnItemDataBound="RadChart1_ItemDataBound"
AutoLayout="true" AutoTextWrap="true" CreateImageMap="false">
<ChartTitle>
<TextBlock Text="Amount spent">
</TextBlock>
</ChartTitle>
<Series>
<telerik:ChartSeries DataYColumn="spentMoney" Name="spentMoney" Type="Pie">
<Appearance LegendDisplayMode="ItemLabels">
</Appearance>
</telerik:ChartSeries>
</Series>
</telerik:RadChart>
in code behind
protected void RadChart1_ItemDataBound(object sender, Telerik.Charting.ChartItemDataBoundEventArgs e)
{
e.SeriesItem.Name = (string)DataBinder.Eval(e.DataItem, "pName");
}
}
| <telerik:RadToolTipManager ID="myTestTooltipManager" runat="server" AutoTooltipify="True" Skin="WebBlue" AutoCloseDelay="8000" > |
| </telerik:RadToolTipManager> |
hi,
i am using the following code, i didnt see legend in my screen.. i thing i have missed something... can u tell me the solution.
<telerik:RadChart ID="RadChart1" DataSourceID="SqlDataSource2" runat="server"
Width="465px" Height="260px" DefaultType="Pie" OnItemDataBound="RadChart1_ItemDataBound"
AutoLayout="true" AutoTextWrap="true" CreateImageMap="false">
<ChartTitle>
<TextBlock Text="Amount spent">
</TextBlock>
</ChartTitle>
<Series>
<telerik:ChartSeries DataYColumn="spentMoney" Name="spentMoney" Type="Pie">
<Appearance LegendDisplayMode="ItemLabels">
</Appearance>
</telerik:ChartSeries>
</Series>
</telerik:RadChart>
in code behind
protected void RadChart1_ItemDataBound(object sender, Telerik.Charting.ChartItemDataBoundEventArgs e)
{
e.SeriesItem.Name = (string)DataBinder.Eval(e.DataItem, "pName");
}
}
See the site. When I place a doc in a non doable place its flying to a doable area .
That means the motion to a docable position is very slow like flying (it is not jumping)
How can I give this effect to rad docs?