MSChart中Series和DataPoint的所有可用CustomProperty的最终列表 [英] Definitive list of all available CustomProperties for Series and DataPoint in MSChart

查看:121
本文介绍了MSChart中Series和DataPoint的所有可用CustomProperty的最终列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用.NET 3.5 MSChart控件,并且不时发现需要向Series或DataPoints添加自定义属性.

I am working with the .NET 3.5 MSChart controls and from time to time I find that I need to add custom properties to either the Series or DataPoints.

例如:

Series series = new Series();
series["PieDrawingStyle"] = "SoftEdge";

DataPoint point = new DataPoint();
point["Exploded"] = "true"
point["PieLabelStyle"] = "Disabled";

我使用的所有自定义属性都是从Microsoft提供的Web Samples项目中找到的,有时是从示例中给出的源中找到的,有时是通过打开项目并手动找到源来找到的.

All of the custom properties I use I have found about from the Web Samples project provided by Microsoft, sometimes from the source given in the samples, sometimes by opening the project up and finding the source manually.

我的问题是这样,我可以在任何地方查看所有可用自定义属性的完整列表以供参考吗?

My question is this, is there anywhere I can view the entire list of all available custom properties for reference purposes?

推荐答案

该列表现在在MSDN上位于: http://msdn.microsoft.com/en-us/library/dd456764.aspx

The list is now maintained on MSDN at: http://msdn.microsoft.com/en-us/library/dd456764.aspx

这篇关于MSChart中Series和DataPoint的所有可用CustomProperty的最终列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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