Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ChartSheetPrintOptions Interface

Contains options used for printing a chart sheet.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v24.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