Hi
Another Zedgraph question. Does anybody know if there's a way to just display the latest Symbol when drawing a graph.
My app displays "real time" data from a pointPairlist and I want one graph just to be a + mark with no trace.
This will show a red line with a + with every pointpair, I just want to display the latest pointpair, as an +.Code:Dim myCurve As LineItem = m_graphPane.AddCurve("", m_pointsList, Color.Red, SymbolType.Plus)
