Roadmap Tutorial API's: XYGraph Axes etc Series Stats

TxyGraph Tutorial

  1. Getting Started
  2. Using Series
  3. Getting Data Automatically
  4. Analysing Data
  5. Changing the graph Appearance
  6. Other things you can do with the graph

Installing TxyGraph

The actual procedure for installing components varies according to what version of Delphi or CBuilder you are using, so consult the relevent documentation. In general, you need to make sure that the main files - the .pas, .dfm, and.dcr are all in the same directory. You install the file xyReg.pas

When you unzipped the distribution file you will receive 2 copies of the dcr, a 16 bit and a 32 bit one. Copy the appropriate one into the same directory as the other files

Using TxyGraph

To begin using TxyGraph, drop a TxyGraph onto your form. Right clicking on the graph will let you choose either the designer or the series wizard. Any of the capabilities in the designer are also capable through the object inspector. The dataWizard allows you to add series that will be saved into the program and loaded when the program is run