forked from amkovkov/GranuSightSoftware2
Move ResourceView and all related to ui core namespace GSS2.UI.Core Split ResourceView on separate elements Make parts folding depended on size
10 lines
467 B
XML
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>
|