标签:style blog http color io os ar sp 2014
关键代码:
/// <summary> /// 设置Legend位于底部并居中 /// </summary> /// <param name="lengend">Legend</param> public static void SetBottomCenter(this Legend legend) { legend.Direction = LegendDirection.LeftToRight; legend.AlignmentHorizontal = LegendAlignmentHorizontal.Center; legend.AlignmentVertical = LegendAlignmentVertical.BottomOutside; }
运行效果:
[DevExpress]ChartControl之设置Legend位于底部并居中
标签:style blog http color io os ar sp 2014
原文地址:http://www.cnblogs.com/Yan-Zhiwei/p/4045635.html