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

Label background in LineSeries

1 Answer 105 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Christian
Top achievements
Rank 1
Christian asked on 14 Nov 2011, 01:47 PM
Hi,

I want to change the backgroundcolor for the labels in my lineseries to transparent. I already tried to set the background in
telerik:LineSeriesDefinition:SeriesItemLabelStyle
but without success.

Can you please tell me how to solve this?

1 Answer, 1 is accepted

Sort by
0
Sia
Telerik team
answered on 16 Nov 2011, 02:09 PM
Hi Christian,

Please try to apply as SeriesItemLabelStyle the following style:
<Style x:Key="CustomLabel" TargetType="telerikCharting:SeriesItemLabel">
    <Setter Property="Foreground" Value="Red" />
    <Setter Property="Fill" Value="Transparent" />
</Style>

Kind regards,
Sia
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
Chart
Asked by
Christian
Top achievements
Rank 1
Answers by
Sia
Telerik team
Share this question
or