Back to Devexpress

TdxGanttControlChartViewSheetOptions Class

vcl-dxganttcontrolviewchart-a224f8cd.md

latest2.1 KB
Original Source

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.

Inheritance

TObject TPersistent TInterfacedPersistent TdxGanttControlPersistent TdxGanttControlCustomOptions TdxGanttControlSheetOptions TdxGanttControlViewSheetOptions TdxGanttControlChartViewSheetOptions

See Also

TdxGanttControlChartViewSheetOptions Members

dxGanttControlViewChart Unit