FormatConditionRangeGradient(StyleSettingsBase, StyleSettingsBase, Object[]) Constructor
Initializes a new instance of the FormatConditionRangeGradient class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
public FormatConditionRangeGradient(
StyleSettingsBase startStyle,
StyleSettingsBase endStyle,
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