Skip to main content

BootstrapChartDataPrepareSettingsBuilder.ConvertToAxisDataType(Boolean) Method

Converts data coming from a data source into a data type supported by the axis.

Namespace: DevExpress.AspNetCore.Bootstrap

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

Declaration

public BootstrapChartDataPrepareSettingsBuilder ConvertToAxisDataType(
    bool convertToAxisDataType
)

Parameters

Name Type
convertToAxisDataType Boolean

Returns

Type
BootstrapChartDataPrepareSettingsBuilder

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also