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

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

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