Skip to main content

FormatConditionGradientRangeBar(FormatConditionRangeGradientPredefinedType) Constructor

Initializes a new instance of the FormatConditionGradientRangeBar class.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.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