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

LegendDisplayMode - where's it gone?

1 Answer 109 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
RyanBoud
Top achievements
Rank 1
RyanBoud asked on 23 Oct 2007, 09:32 AM
Hi

We were using the old radC:RadChart with a ChartSeries declared with

LegendDisplayMode="ItemLabels"

I cannot find this on the new Prometheus control?

I want a pie chart with a dynamic number of elements that lists all item in thg legend with their colour, name and value.

1 Answer, 1 is accepted

Sort by
0
Accepted
plamen
Top achievements
Rank 1
answered on 23 Oct 2007, 01:51 PM
hi

try the following code

            <Series> 
                <radC:ChartSeries> 
                    <Appearance LegendDisplayMode="ItemLabels" 
                </radC:ChartSeries> 
            </Series> 


Thank you...
<John:Peel />

Tags
Chart (Obsolete)
Asked by
RyanBoud
Top achievements
Rank 1
Answers by
plamen
Top achievements
Rank 1
Share this question
or