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

BootstrapChartAxisLabelSettings.OnClientCustomizeText Property

Customizes the text displayed by axis labels.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

[DefaultValue("")]
public string OnClientCustomizeText { get; set; }

Property Value

Type Default Description
String String.Empty

A string specifying a JavaScript function (either a function name or an entire function code) that returns the text for the label to display.

Property Paths

You can access this nested property as listed below:

Object Type Path to OnClientCustomizeText
BootstrapChartArgumentAxis
.Label.OnClientCustomizeText
BootstrapChartAxisSettings
.Label.OnClientCustomizeText
BootstrapChartAxisSettingsBase
.Label.OnClientCustomizeText
BootstrapChartValueAxis
.Label.OnClientCustomizeText
BootstrapPolarChartArgumentAxis
.Label.OnClientCustomizeText
BootstrapPolarChartAxisSettingsBase
.Label.OnClientCustomizeText
BootstrapPolarChartValueAxis
.Label.OnClientCustomizeText
See Also