HandyControl与OxyPlot和LiveCharts使用出现绘图位置偏移问题
在使用中发现,当HandyControl与其他图表控件一起使用的时候会出问题,比如常用的OxyPlot和LiveCharts和HandyControl一起用的时候会出现图形位置偏移。
清除HandyControl样式影响,设置Path的Style为空
<Style TargetType="Path" BasedOn="{x:Null}"/>
HandyControl与OxyPlot和LiveCharts使用出现绘图位置偏移问题
原文:https://www.cnblogs.com/bunsen/p/13035185.html