Files
GSS2Rework/GSS2.UI.Core/Views/ResourceBarView.axaml
T
amkovkov 55260e0360 refactor: ResouceView
Move ResourceView and all related to ui core namespace GSS2.UI.Core
Split ResourceView on separate elements
Make parts folding depended on size
2026-02-06 08:19:18 +03:00

10 lines
467 B
XML

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