Sample XYZ-Chart

The application shown in the sample below serves to illustrate the main aspects of ScopeViewControl.

First, a new Windows Forms application is created. Use the toolbox to add a toolbar and the buttons shown above to the form. By double clicking, a click event handler can be created for each button, which is filled with the sample code below. Subsequently, a ScopeProjectPanel (as in this sample) or a ChartPanel is added to the form and the "Dock" property" is set to "Fill".

Sample XYZ-Chart 1:

The sample developed here is available as a VS project: Project

The sample accesses variables of the sample PLC program: MeasurementSamplePLC.zip