Skip to main content

FormatConditionColorRangeBar.Generate(FormatConditionRangeSetPredefinedType) Method

Specifies color settings for the current format condition.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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