我想在图表中为X和Y轴分配文本... [英] i want to assign the text for X and Y axis in Charts...

查看:65
本文介绍了我想在图表中为X和Y轴分配文本...的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Windows应用程序中使用图表...我想显示X和Y轴的文本...我想要C#编码..pls帮助我....

im using charts in my windows application...i want to display the text for X and Y axis...i want the C# coding for it..pls help me....

推荐答案



试试这个


Try this
chartArea1.AxisX.Title = "X-Axis Title";
chartArea1.AxisY.Title = "Y-Axis Title";


这篇关于我想在图表中为X和Y轴分配文本...的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆