简体   繁体   中英

c# ms chart : how do i count how many data points i have?

我可以计算我有多少数据点?

例如,要获取第一个系列中的点数:

int numPoints = chart1.Series[0].Points.Count;

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM