Hello,
I'm using a ChartCrosshairBehavior in my RadCartesianChart.
Currently, for the CrossHair Control, the target axis is a left-axis (by default). => picture "one"
I want to know if is it possible to target the right axis, and if yes, how can i do this ? (picture "two")
This my code :
01.<telerik:ChartCrosshairBehavior x:Name="chartCross" PositionChanged="chartCross_PositionChanged" HorizontalLineLabelVisibility="Hidden" HorizontalLineVisibility="Hidden" VerticalLineLabelVisibility="Hidden" VerticalLineVisibility="Hidden"> <telerik:ChartCrosshairBehavior.HorizontalLineLabelDefinition> <telerik:ChartAnnotationLabelDefinition Format="{}{0:N1}" Location="Left" /> </telerik:ChartCrosshairBehavior.HorizontalLineLabelDefinition> </telerik:ChartCrosshairBehavior>
Thank you !
Valentin.