FormatConditionRangeGradient.Generate(StyleSettingsBase, StyleSettingsBase, Object[]) Method
In This Article
Specifies gradient settings for the current format condition.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
#Declaration
public virtual void Generate(
StyleSettingsBase startStyle,
StyleSettingsBase endStyle,
params object[] values
)
#Parameters
Name | Type | Description |
---|---|---|
start |
Style |
A Style |
end |
Style |
A Style |
values | Object[] | An array of boundary values. |
See Also