I want my chart to refresh when I pass new data through it.
I know there's a refresh method in the chart class, but intellisense isn't picking it up.
It does happen to pick up other methods and events, but somehow '.refresh();' isn't there.
RectangleToClient and RectangleToScreen are the only methods showing up in the R. Any suggestions??