Files
GSS2Rework/GSS2.UI.Core/Views/ResourceBarView.axaml
T
2026-02-19 08:58:46 +03:00

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}" />