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

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

Specifies gradient settings for the current format condition.

Namespace: DevExpress.DashboardCommon

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

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