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

ChartRangeControlClientGridOptionsModel.LabelFormatProvider Property

Gets or Sets the value of the ChartRangeControlClientGridOptions.LabelFormatProvider within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

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

Property Value

Type Description
IFormatProvider

The format provider whose format values are displayed by labels of the Range Control.

Property Paths

You can access this nested property as listed below:

Object Type Path to LabelFormatProvider
GanttDiagramModel
.RangeControlNumericGridOptions.LabelFormatProvider
SwiftPlotDiagramModel
.RangeControlNumericGridOptions.LabelFormatProvider
XYDiagram2DModel
.RangeControlNumericGridOptions.LabelFormatProvider
XYDiagramModel
.RangeControlNumericGridOptions.LabelFormatProvider
See Also