Skip to main content

ASPxClientChartPrintOptions.GetSizeMode Method

Gets the size mode used to print a chart.

Declaration

GetSizeMode(): string

Returns

Type Description
string

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

Remarks

The possible values of the return value are listed below.

  • None - a chart is printed with size the 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