Back to Devexpress

RequestTimescaleRulersEventArgs.GetTimescaleUnitWidth(GanttTimescaleUnit) Method

windowsforms-devexpress-dot-xtragantt-dot-requesttimescalerulerseventargs-dot-gettimescaleunitwidth-x28-devexpress-dot-xtragantt-dot-gantttimescaleunit-x29.md

latest1.6 KB
Original Source

RequestTimescaleRulersEventArgs.GetTimescaleUnitWidth(GanttTimescaleUnit) Method

Returns the width of the specified measure unit on the timescale.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public double GetTimescaleUnitWidth(
    GanttTimescaleUnit unit
)
vb
Public Function GetTimescaleUnitWidth(
    unit As GanttTimescaleUnit
) As Double

Parameters

NameTypeDescription
unitGanttTimescaleUnit

A value that specifies the timescale measure unit.

|

Returns

TypeDescription
Double

A value that specifies the width of the specified measure unit on the timescale.

|

See Also

RequestTimescaleRulersEventArgs Class

RequestTimescaleRulersEventArgs Members

DevExpress.XtraGantt Namespace