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

FormatConditionColorRangeBar.Generate(FormatConditionRangeSetPredefinedType) Method

Specifies color settings for the current format condition.

Namespace: DevExpress.DashboardCommon

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

Declaration

public override void Generate(
    FormatConditionRangeSetPredefinedType type
)

Parameters

Name Type Description
type FormatConditionRangeSetPredefinedType

A FormatConditionRangeSetPredefinedType object that is the predefined color set used to apply conditional formatting.

See Also