在 ZedGraph 的右上角对齐图例
在 ZedGraph 的右上角对齐图例。
myPane.Legend.Position = ZedGraph.LegendPos.TopCenter; // This way working.
我尝试过这种方法,但没有成功。
//myPane.Legend.Location.AlignH = AlignH.Right;
//myPane.Legend.Location.AlignV = AlignV.Top;
//Location(0.95, 0.15,);// CoordType.PaneFraction, AlignH.Right, AlignV.Top);
//AlignV.Top; //(0.95, 0.15, CoordType.PaneFraction, AlignH.Right, AlignV.Top);
任何建议。 谢谢 奥卡西
Aligning Legend at the top right on ZedGraph.
myPane.Legend.Position = ZedGraph.LegendPos.TopCenter; // This way working.
I tried this way and has not worked.
//myPane.Legend.Location.AlignH = AlignH.Right;
//myPane.Legend.Location.AlignV = AlignV.Top;
//Location(0.95, 0.15,);// CoordType.PaneFraction, AlignH.Right, AlignV.Top);
//AlignV.Top; //(0.95, 0.15, CoordType.PaneFraction, AlignH.Right, AlignV.Top);
Any suggestions.
Thanks
ocaccy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有几种方法可以将图例对齐到右上角,一种方法是:
或者如果您希望图例位于图形区域内:
There are a couple of ways to align the legend to the top right, one way is:
or if you want the legend inside the graph area: