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.v18.2.Core.dll

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