I would like to add some transparency to the vertical trackball line style.
Thanks.
2 Answers, 1 is accepted
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.