Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TimescaleRuler.SetFormatProvider(IFormatProvider) Method

Returnes a new TimescaleRuler with the specified format provider.

Namespace: DevExpress.Xpf.Gantt

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

NuGet Package: DevExpress.Wpf.Gantt

#Declaration

public TimescaleRuler SetFormatProvider(
    IFormatProvider formatProvider
)

#Parameters

Name Type Description
formatProvider IFormatProvider

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

Type Description
TimescaleRuler

A new instance of the TimescaleRuler class.

See Also