Back to Devexpress

TdxGanttControlChartView.TimescaleUnit Property

vcl-dxganttcontrolviewchart-dot-tdxganttcontrolchartview.md

latest1.0 KB
Original Source

TdxGanttControlChartView.TimescaleUnit Property

Specifies a time measurement unit for the Chart View.

Declaration

delphi
property TimescaleUnit: TdxGanttControlChartViewTimescaleUnit read; write; default TdxGanttControlChartViewTimescaleUnit.Days;

Property Value

TypeDefault
TdxGanttControlChartViewTimescaleUnitDays

Remarks

Use this property to switch the Chart View between different time periods. A user can zoom the Chart View in or out with the mouse wheel, to change the TimescaleUnit property value.

The TimescaleUnit property’s default value is TdxGanttControlChartViewTimescaleUnit.Days.

See Also

TdxGanttControlChartView Class

TdxGanttControlChartView Members

dxGanttControlViewChart Unit