forked from amkovkov/GranuSightSoftware2
14 lines
510 B
XML
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" />
|