Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Oxyplot 热图小部件的边缘看到了空间。我想让 X0,X1,Y0,Y1 绘制在热图画布的最边缘,即没有边距和填充。OxyPlot 的 HeatMapSeries 如何做到这一点?
我希望 (0, 0) 正好在左下角。
通过将 LinearAxis 上的 MinimumPadding 和 MaximumPadding 设置为 0 来解决。默认值为 0.01%。