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

RadCartesianChart Trackball vertical line style

2 Answers 118 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Reilly
Top achievements
Rank 1
Veteran
Reilly asked on 03 Feb 2017, 01:39 PM

I would like to add some transparency to the vertical trackball line style.

Thanks.

 

2 Answers, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 07 Feb 2017, 01:03 PM
Hello John,

You can use the TrackBallLineStyle property of the chart.
<telerik:RadCartesianChart.TrackBallLineStyle>
    <Style TargetType="Polyline">
        <Setter Property="Opacity" Value="0.5" />
        <Setter Property="Stroke" Value="Green" />
    </Style>
</telerik:RadCartesianChart.TrackBallLineStyle>

Regards,
Martin
Telerik by Progress
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
0
Reilly
Top achievements
Rank 1
Veteran
answered on 07 Feb 2017, 02:18 PM

I feel like an idiot. I was looking for a line thickness property, and totally overlooked a style.

Many thanks, Martin.

-reilly.

 

Tags
ChartView
Asked by
Reilly
Top achievements
Rank 1
Veteran
Answers by
Martin Ivanov
Telerik team
Reilly
Top achievements
Rank 1
Veteran
Share this question
or