TdxGanttControlChartViewSheetOptions Class
In This Article
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.
#Inheritance
See Also