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

Track Ball Info Transparrency

2 Answers 150 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Kareema
Top achievements
Rank 2
Kareema asked on 16 Apr 2012, 12:30 PM
The data that is displayed in my track ball info is quite large and covers my chart series.

Is it possible to style the template for the track ball info so that the containing block is transparent? I'd like to see my chart and the tracked data.

Thanks

2 Answers, 1 is accepted

Sort by
0
Accepted
Ves
Telerik team
answered on 19 Apr 2012, 07:52 AM
Hi Kareema,

Just add the following style to the chart resources:

<telerik:RadCartesianChart.Resources>
    <Style TargetType="telerik:TrackBallInfoControl">
        <Setter Property="Background" Value="Transparent"></Setter>
    </Style>
</telerik:RadCartesianChart.Resources>


Best regards,
Ves
the Telerik team

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

0
Kareema
Top achievements
Rank 2
answered on 23 Apr 2012, 07:14 AM
Thank you!
Tags
ChartView
Asked by
Kareema
Top achievements
Rank 2
Answers by
Ves
Telerik team
Kareema
Top achievements
Rank 2
Share this question
or