Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

[XtraSerializableProperty]
public IFormatProvider LabelFormatProvider { get; set; }

Property Value

Type Description
IFormatProvider

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

Property Paths

You can access this nested property as listed below:

Object Type Path to LabelFormatProvider
ChartRangeControlClientDateTimeOptions
.RangeControlDateTimeGridOptions.LabelFormatProvider
ChartRangeControlClientNumericOptions
.RangeControlNumericGridOptions.LabelFormatProvider
GanttDiagram
.RangeControlNumericGridOptions.LabelFormatProvider
SwiftPlotDiagram
.RangeControlNumericGridOptions.LabelFormatProvider
XYDiagram
.RangeControlNumericGridOptions.LabelFormatProvider
XYDiagram2D
.RangeControlNumericGridOptions.LabelFormatProvider
See Also