forked from amkovkov/GranuSightSoftware2
10 lines
394 B
XML
10 lines
394 B
XML
<lvc:PieChart
|
|
x:Class="GSS2.UI.Core.Views.ResourceBarView"
|
|
xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:lvc="using:LiveChartsCore.SkiaSharpView.Avalonia"
|
|
xmlns:vm="using:GSS2.UI.Core.ViewModels"
|
|
x:DataType="vm:ResourceBarViewModel"
|
|
Bounds="{Binding Bounds, Mode=OneWayToSource}"
|
|
Series="{Binding Series}" />
|