ASPxClientChartPrintOptions Members
The chart print options storage.Methods
Name | Description |
---|---|
GetCustomPaperHeight | Gets the custom paper height which will be used to print a chart. |
GetCustomPaperName | Gets the name of the custom paper width-height ratio used to print the chart. |
GetCustomPaperWidth | Gets the custom paper width which will be used to print a chart. |
GetLandscape | Gets a value indicating that the landscape orientation will be used to print a chart. |
GetMarginBottom | Gets the bottom margin which will be used to print a chart. |
GetMarginLeft | Gets the left margin which will be used to print a chart. |
GetMarginRight | Gets the right margin which will be used to print a chart. |
GetMarginTop | Gets the top margin which will be used to print a chart. |
GetPaperKind | Gets the predefined size ratio of the paper which will be used to print a chart. |
GetPrintCrosshair | Returns the value that defines whether to display the crosshair on the printed or exported chart. |
GetSizeMode | Gets the size mode used to print a chart. |
SetCustomPaperHeight(customPaperHeight) | Sets the custom paper height which will be used to print a chart. |
SetCustomPaperName(customPaperName) | Sets the name of the custom paper width-height ratio used to print a chart. |
SetCustomPaperWidth(customPaperWidth) | Sets the custom paper width which will be used to print a chart. |
SetLandscape(landscape) | Sets a value indicating that the landscape orientation will be used to print a chart. |
SetMarginBottom(marginBottom) | Sets the bottom margin which will be used to print a chart. |
SetMarginLeft(marginLeft) | Sets the left margin which will be used to print a chart. |
SetMarginRight(marginRight) | Sets the right margin which will be used to print a chart. |
SetMarginTop(marginTop) | Sets the top margin which will be used to print a chart. |
SetPaperKind(paperKind) | Sets the predefined size ratio of the paper which will be used to print a chart. |
SetPrintCrosshair(printCrosshair) | Specifies the value that defines whether to display the crosshair on the printed or exported chart. |
SetSizeMode(sizeMode) | Sets the size mode used to print a chart. |
See Also