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

FormatConditionGradientRangeBar(FormatConditionRangeGradientPredefinedType) Constructor

Initializes a new instance of the FormatConditionGradientRangeBar class.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public FormatConditionGradientRangeBar(
    FormatConditionRangeGradientPredefinedType type
)

Parameters

Name Type Description
type FormatConditionRangeGradientPredefinedType

A FormatConditionRangeGradientPredefinedType object that specifies the predefined color gradient used to color bars.

See Also