I want to change the Tooltip for my ValueLine, but it does not work like this
<ChildContent>
<RadzenMarkers MarkerType="MarkerType.None" Size="3"/>
<RadzenSeriesValueLine Visible="true" Stroke="black" LineType="LineType.Dashed" Value="35"
StrokeWidth="3"/>
</ChildContent>
<TooltipTemplate Context="data">
.......
</TooltipTemplate>
It always stays like this