Hi,
I want to display more than one data in the tooltip (on mouse hover) in pie chart (HTMLChart)
ex. project1 - output status(%) - started date.
Also i want to change the legend size (to display bigger than the normal size).
pls help me how to do that.
Thanks
-Alex
I want to display more than one data in the tooltip (on mouse hover) in pie chart (HTMLChart)
ex. project1 - output status(%) - started date.
<telerik:RadHtmlChart Height="400px" runat="server" ID="PieChartProjectOutput" DataSourceID="DSProjectOutcome"Width="800px"><Legend>
<Appearance BackgroundColor="White" Position="Right" Visible="true"></Appearance></Legend><PlotArea><Series>
<telerik:PieSeries DataFieldY="Output" StartAngle="90" Name="Role_id"ExplodeField="Output"NameField="Project_Name"> <LabelsAppearance Position="Circle" DataFormatString="{0}" DataField="Output"> </LabelsAppearance><TooltipsAppearance DataFormatString="{1}{0}"></TooltipsAppearance></telerik:PieSeries></Series></PlotArea> </telerik:RadHtmlChart>Also i want to change the legend size (to display bigger than the normal size).
pls help me how to do that.
Thanks
-Alex