Skip to main content
Row

ChartSheetPrintOptions Interface

Contains options used for printing a chart sheet.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public interface ChartSheetPrintOptions

The following members return ChartSheetPrintOptions objects:

Remarks

Use the ChartSheet.PrintOptions property to get access to the ChartSheetPrintOptions object.

Note that such printing options as page orientation, margins and paper size are specified using the ChartSheetView.Orientation, ChartSheetView.Margins and ChartSheetView.PaperKind properties of the ChartSheet.ActiveView object.

See Also