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

Transparent TrackBall?

1 Answer 117 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Janene
Top achievements
Rank 1
Janene asked on 10 Jul 2012, 05:13 PM
Is it possible to make the TrackBall popup transparent? I'm using WPF only, no Silverlight or ExpressionBlend.

1 Answer, 1 is accepted

Sort by
0
Petar Marchev
Telerik team
answered on 12 Jul 2012, 08:23 AM
Hi Janene,

You can use an implicit style to set the background of the TrackBallInfoControl:
<Style TargetType="telerik:TrackBallInfoControl">
 <Setter Property="Background" Value="Transparent" />
</Style>

Just place this style somewhere in the resources.

Regards,
Petar Marchev
the Telerik team

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

Tags
ChartView
Asked by
Janene
Top achievements
Rank 1
Answers by
Petar Marchev
Telerik team
Share this question
or