This question is locked. New answers and comments are not allowed.
Hi,
How to change color of legend item color in radchart?
I have tried with style below style resource
but its returning below error
"Invalid attribute value telerik:ChartLegendItem for property TargetType. [Line: 24 Position: 64]"
Help me to correct this error.
Thanks in advance!!!
How to change color of legend item color in radchart?
I have tried with style below style resource
<Style x:Key="ChartLegendItemStyle" TargetType="telerik:ChartLegendItem">
<Setter Property="Foreground" Value="Blue" />
</Style>
but its returning below error
"Invalid attribute value telerik:ChartLegendItem for property TargetType. [Line: 24 Position: 64]"
Help me to correct this error.
Thanks in advance!!!