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

Toggle visibility of trackball line

1 Answer 109 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Brendan
Top achievements
Rank 1
Brendan asked on 17 Aug 2012, 06:21 AM
Is there a simpler way to toggle the visibility of the trackball line rather than adding and removing behaviour?

1 Answer, 1 is accepted

Sort by
0
Accepted
Yavor
Telerik team
answered on 21 Aug 2012, 10:22 AM
Hello Brendan,

You can hide the intersection line of the trackball easily by specifying its visibility using Style like this:

<telerik:RadCartesianChart.TrackBallLineStyle>
    <Style TargetType="Polyline">
        <Setter Property="Visibility" Value="Collapsed" />
    </Style>
</telerik:RadCartesianChart.TrackBallLineStyle>

All the best,
Yavor
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
ChartView
Asked by
Brendan
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or