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

ChartSheet Methods
Show Inherited Hide Inherited

A separate sheet in a workbook that contains only a chart.
Name Description
CopyFrom(ChartSheet) Copies the specified chart sheet into the current instance.
GetProtectionOptions() Returns the chart sheet elements to which protection is applied.
Move(Int32) Moves the chart sheet to another location within the workbook’s collection of chart sheets.
MoveAfter(String) Moves the current sheet after the specified sheet in a workbook. Inherited from Sheet.
MoveBefore(String) Moves the current sheet before the specified sheet in a workbook. Inherited from Sheet.
MoveToBeginning() Moves the current sheet to the first position in a workbook. Inherited from Sheet.
MoveToEnd() Moves the current sheet to the last position in a workbook. Inherited from Sheet.
Print() Prints the current sheet using the default printer settings. Inherited from Sheet.
Print(DXPrinterSettings) Prints the current sheet using the specified printer settings. Use this method overload in non-Windows environments. Inherited from Sheet.
Print(PrinterSettings) Prints the current sheet using the specified printer settings. Inherited from Sheet.
Protect(String, ChartSheetProtection) Protects chart sheet elements to prevent them from being changed by the user.
Unprotect(String) Removes protection from a chart sheet.
See Also