TdxCustomGanttControl.ViewChart Property
In This Article
Provides access to the control’s Chart View and its settings.
#Declaration
Delphi
property ViewChart: TdxGanttControlChartView read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use this property to customize the Chart View. Refer to the TdxGanttControlChartView class description for details.
See Also