This is a migrated thread and some comments may be shown as answers.

Two legends in a single rad chart

1 Answer 35 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Meenakshi Nagalingam
Top achievements
Rank 1
Meenakshi Nagalingam asked on 05 Jan 2011, 07:22 AM
Hi,
    Am using Rad Chart Control.
1) I can add one legend in single chart. Is this possible to add more than one legend in a single chart?
2) In Line series, based on condition for particular X-Y value, i want to show the image/icon in X-Axis for y-value. Is this possible?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Evgeni "Zammy" Petrov
Telerik team
answered on 07 Jan 2011, 03:28 PM
Hello Meenakshi Nagalingam,

 1. Unfortunately we support only one chart legend.

2.  You can set an image as a background for the X axis items like this:

<XAxis AutoScale="False" MaxValue="4" MinValue="1" Step="1">
    <Items>
        <telerik:ChartAxisItem Value="1">
            <Appearance Dimensions-AutoSize="false" Dimensions-Width="40" Dimensions-Height="16">
                <FillStyle FillType="Image">
                    <FillSettings BackgroundImage="~/Image1.png">
                    </FillSettings>
                </FillStyle>
            </Appearance>
            <TextBlock Text=" ">
            </TextBlock>
        </telerik:ChartAxisItem>
......................

Best regards,
Evgeni "Zammy" Petrov
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Chart (Obsolete)
Asked by
Meenakshi Nagalingam
Top achievements
Rank 1
Answers by
Evgeni "Zammy" Petrov
Telerik team
Share this question
or