Using graphs in DataWindow objects
438 DataWindow .NET
Here is the resulting graph:
To graph unit sales of printers by quarter and overlay the largest sale made in
each quarter, change the Value expression to this:
sum(units for graph), max(units for graph)
Change the Series expression to this:
"Total Sales", "@overlay~tLargets Sale"
Here is the resulting graph: