Skip to main content
All docs
V23.2

LinearGaugeRangeContainerBuilder.BackgroundColor(Action<ChartsColorBuilder>) Method

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public LinearGaugeRangeContainerBuilder BackgroundColor(
    Action<ChartsColorBuilder> configurator
)

Parameters

Name Type
configurator Action<ChartsColorBuilder>

Returns

Type
LinearGaugeRangeContainerBuilder
See Also