如何在 TeeChart 中绘制垂直线?

How to draw vertical line in TeeChart?

我有一个包含 1-5 行系列的 TeeChart (C#.NET)。它的X轴是DateTime类型,Y是Double。

我想画竖线来标记有趣的时间位置,比如序列的开始和结束,但我找不到画竖线的方法。我是瞎了还是需要绕路?

ColorLine tool for that. You'll find examples at All Features\Welcome !\Tools\Color Line in the features demo, available at TeeChart's program group and more info at the TeeChart .NET tutorials,特别是第 18 号教程。