Skip to main content

FormatConditionRangeGradient.Generate(StyleSettingsBase, StyleSettingsBase, Object[]) Method

Specifies gradient settings for the current format condition.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public virtual void Generate(
    StyleSettingsBase startStyle,
    StyleSettingsBase endStyle,
    params object[] values
)

Parameters

Name Type Description
startStyle StyleSettingsBase

A StyleSettingsBase descendant that specifies the start gradient color.

endStyle StyleSettingsBase

A StyleSettingsBase descendant that specifies the end gradient color.

values Object[]

An array of boundary values.

See Also