Back to Devexpress

ChartRangeControlClientGridOptions.LabelFormatProvider Property

corelibraries-devexpress-dot-xtracharts-dot-chartrangecontrolclientgridoptions-02611195.md

latest1.4 KB
Original Source

ChartRangeControlClientGridOptions.LabelFormatProvider Property

Gets or set the format provider to format the values displayed by labels of the chart range control client.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public IFormatProvider LabelFormatProvider { get; set; }
vb
Public Property LabelFormatProvider As IFormatProvider

Property Value

TypeDescription
IFormatProvider

A IFormatProvider object that supplies specific formatting information to the values displayed by labels of the chart range control client.

|

See Also

ChartRangeControlClientGridOptions Class

ChartRangeControlClientGridOptions Members

DevExpress.XtraCharts Namespace