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

14 lines
510 B
XML

<lvc:CartesianChart
x:Class="GSS2.UI.Core.Views.ResourceChartView"
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:ResourceChartViewModel"
Bounds="{Binding Bounds, Mode=OneWayToSource}"
EasingFunction="{x:Null}"
Series="{Binding Series}"
XAxes="{Binding XAxes}"
YAxes="{Binding YAxes}"
ZoomMode="None" />