从代码隐藏添加文本到图例
如何从代码隐藏中向图例添加文本
how can i add text to a legend from code behind
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何从代码隐藏中向图例添加文本
how can i add text to a legend from code behind
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
假设您正在讨论 HTML 图例标签 并在 ASP.NET 中使用 C#地点。您可以给它一个 ID 和一个 runat="server",然后您可以通过名称从后面的代码访问它并更改其文本属性。
然后在后面的代码中:
Assuming you're talking about the HTML Legend Tag and using C# in an ASP.NET site. You can give it an ID and a runat="server" then you can access it from the code behind by name and change its text property.
Then in the code behind: