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

FormatConditionGradientRangeBar.Generate(FormatConditionRangeGradientPredefinedType) Method

Specifies gradient settings for the current format condition.

Namespace: DevExpress.DashboardCommon

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

Declaration

public override void Generate(
    FormatConditionRangeGradientPredefinedType type
)

Parameters

Name Type Description
type FormatConditionRangeGradientPredefinedType

A FormatConditionRangeGradientPredefinedType object that is the predefined color gradient used to apply conditional formatting.

See Also