| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Methods Structures Enumerations Style examples Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Properties > ChartChanged Property SharpPlot.ChartChanged PropertySet ChartChanged delegate to run any suitable function. public ChartChangedDelegate ChartChanged {get; set;} Examplesp.ChartChanged += ChartWatcher; SharpPlot will call your chosen delegate (which is passed the current instance as argument) whenever a redraw is required. This occurs whenever any of the DrawXxx functions is run, as well as at calls such as Reset. |