Files
LehrerApp/LehrerApp.Desktop/Views/Groups/ParticipationTimelineChart.axaml

7 lines
317 B
XML

<UserControl xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="LehrerApp.Desktop.Views.Groups.ParticipationTimelineChart"
ClipToBounds="False">
<Canvas x:Name="ChartCanvas" Height="370" ClipToBounds="False"/>
</UserControl>