Roadmap Tutorial API's: XYGraph Axes etc Series Stats

TxyGraph 3.0 Design Time Dialogs

Introduction

The 2 design time dialogs have been included to show the capabilities of the TxyGraph package. They're a bit crammed in places. They should serve as a useful starting point for customisation.

To use the designer at run time

include xyDesign in the uses clause of the relevent form

  result := editxyGraph(self, xyGraph1);

EditxyGraph will return true if the user presses OK and false if they press cancel

To use the Series Wizard at run time

include xyDatWiz in the uses clause of the relevent form

  result := ShowxyDataWizard(self, xyGraph1);

ShowxyDataWizard will return true if the user presses OK and false if they press cancel