Returns the scale to be used for printing the graph with the given
bounds across the specifies number of pages with the given format. The
scale is always computed such that it given the given amount or fewer
pages in the print output. See PrintPreview for an example.
getScaleForPageCount(pageCount, graph, pageFormat?, border?): number
Parameters
pageCount: number
Specifies the number of pages in the print output.
Returns the scale to be used for printing the graph with the given bounds across the specifies number of pages with the given format. The scale is always computed such that it given the given amount or fewer pages in the print output. See PrintPreview for an example.