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 Properties
Show Inherited Hide Inherited

A separate sheet in a workbook that contains only a chart.
Name Description
ActiveView Provides access to an object that contains options to display and print a chart sheet.
Chart Provides access to the chart on the current chart sheet.
CodeName Gets or sets the chart sheet’s code name.
HeaderFooterOptions Provides access to options which determine the chart sheet header and footer characteristics.
Id Returns the sheet’s unique identifier. Inherited from Sheet.
Index Gets the chart sheet index within the workbook’s ChartSheetCollection collection.
IsProtected Gets a value indicating whether the chart sheet is protected.
Name Gets or sets the name of the chart sheet.
PrintOptions Provides access to options that control how the chart sheet is printed.
SheetType Returns the type of the sheet. Inherited from Sheet.
Tag Gets or sets the data associated with a ChartSheet object.
VisibilityType Gets or sets whether the current chart sheet is visible, hidden or “very hidden”.
Visible Gets or sets a value indicating whether the current chart sheet is visible.
Workbook Gets a workbook that contains the current chart sheet.
See Also