Hi,
Reviewing the documentation and samples, I've noticed two different ways of associating a legend with a chart area. Given I have defined:
I can either associate with a chart area with LegendName:
or bind it to the Legend property:
Which is the preferred way to associate a chart legend? Are there advantages/disadvantages with either way?
Kind regards,
Dave.
Reviewing the documentation and samples, I've noticed two different ways of associating a legend with a chart area. Given I have defined:
<
telerik:ChartLegend
x:Name
=
"legend"
>
I can either associate with a chart area with LegendName:
<
telerik:ChartArea
LegendName
=
"legend"
>
or bind it to the Legend property:
<
telerik:ChartArea
Legend
=
"{Binding ElementName=legend}"
>
Which is the preferred way to associate a chart legend? Are there advantages/disadvantages with either way?
Kind regards,
Dave.