In this tutorial, we will discuss how you would go about creating new chart types for the RiverSoftAVG Charting Component Suite. To make a new chart type, there are 5 basic steps:
• | Customize your TRSCustomChart descendant (optional) |
In this tutorial, we will explain how to create a new chart type by building a graph, or network, chart. A Graph Chart looks like a flowchart or organizational type component where there are boxes (or other shapes) connected by lines describing relationships. In the tutorial, we will show the code we are creating. The final code for the graph chart can be found in the RSGraphCharts unit.