优化图表细节

This commit is contained in:
monitor1394
2024-01-13 22:11:01 +08:00
parent 3c233d1cb1
commit 5a5ad1e108
8 changed files with 11 additions and 12 deletions

View File

@@ -49,7 +49,6 @@ namespace XCharts.Runtime
var borderWidth = component.borderStyle.GetRuntimeBorderWidth();
var borderColor = component.borderStyle.GetRuntimeBorderColor();
var cornerRadius = component.borderStyle.GetRuntimeCornerRadius();
UGL.DrawRoundRectangleWithBorder(vh, chart.chartRect, backgroundColor, backgroundColor, cornerRadius,
borderWidth, borderColor);
}