Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道这可能是一个愚蠢的问题,但有人可以告诉我:给定一个点集合,如何找到最大的 x 轴值?即:最右边点的x值?
我看到一个这样的功能:
chart1.Series["XXX"].Points.FindMaxByValue()
但似乎它只找到最大的 Y 轴值。
刚刚得到@Matthew Watson的确认,这是我在评论中提出的正确答案:-
所以你可以尝试: -
chart1.Series["XXX"].AxisX.Maximum