Skip to main content

ASPxClientChartPrintOptions.SetSizeMode(sizeMode) Method

Sets the size mode used to print a chart.

Declaration

SetSizeMode(
    sizeMode: string
): void

Parameters

Name Type Description
sizeMode string

A System.String object, specifying the name of the size mode.

Remarks

The possible values of the method’s argument are listed below.

  • None - a chart is printed with the size identical to that shown on the form.
  • Stretch - a chart is stretched or shrunk to fit the page on which it is printed.
  • Zoom - a chart is resized proportionally (without clipping), so that it best fits the page on which it is printed.
See Also