Skip to main content

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

TdxGanttControlChartViewSheetOptions Class

Stores the Chart View Sheet settings.

#Declaration

Delphi
TdxGanttControlChartViewSheetOptions = class(
    TdxGanttControlViewSheetOptions
)

#Remarks

The Chart View consists of a chart area and sheet.

This class publishes properties and methods from its ancestor in addition to the following members that allow you to:

  • Manage the sheet visibility (Visible).

  • Specify the sheet’s width (Width).

  • Respond to the sheet size change (OnSizeChanged).

  • Access the sheet’s owner (Owner).

A Chart View’s OptionsSheet property references a TdxGanttControlChartViewSheetOptions object.

See Also