Contents Previous Next


Adding Overlays

Several of the graphing calls support the overlay of multiple curves. To add one or more overlays, simply add them as arguments to the end of the graphing function. For example, this code generates a graph of the distribution "dist," with two overlay distributions, "overlay1" and "overlay2" :

Set Picture1.Picture = dist.Graph(BDKCurveTypeDensity, overlay1, overlay2)