TimescaleRuler.SetDisplayFormat(String) Method
In This Article
Returnes a new TimescaleRuler with the specified display format.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.2.dll
NuGet Package: DevExpress.Wpf.Gantt
#Declaration
public TimescaleRuler SetDisplayFormat(
string displayFormat
)
#Parameters
Name | Type | Description |
---|---|---|
display |
String | A String value specifying the format string of the captions. |
#Returns
Type | Description |
---|---|
Timescale |
A new instance of the Timescale |
See Also