Back to Devexpress

TimescaleRuler.SetFormatProvider(IFormatProvider) Method

wpf-devexpress-dot-xpf-dot-gantt-dot-timescaleruler-dot-setformatprovider-x28-system-dot-iformatprovider-x29.md

latest1.6 KB
Original Source

TimescaleRuler.SetFormatProvider(IFormatProvider) Method

Returnes a new TimescaleRuler with the specified format provider.

Namespace : DevExpress.Xpf.Gantt

Assembly : DevExpress.Xpf.Gantt.v25.2.dll

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public TimescaleRuler SetFormatProvider(
    IFormatProvider formatProvider
)
vb
Public Function SetFormatProvider(
    formatProvider As IFormatProvider
) As TimescaleRuler

Parameters

NameTypeDescription
formatProviderIFormatProvider

An object of a class that implements a IFormatProvider that supplies specific formatting information on the values displayed by labels of the chart range control client.

|

Returns

TypeDescription
TimescaleRuler

A new instance of the TimescaleRuler class.

|

See Also

TimescaleRuler Class

TimescaleRuler Members

DevExpress.Xpf.Gantt Namespace