Skip to main content

FormatConditionGradientRangeBar(StyleSettingsBase, StyleSettingsBase, Object[]) Constructor

Initializes a new instance of the FormatConditionGradientRangeBar class.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public FormatConditionGradientRangeBar(
    StyleSettingsBase startStyle,
    StyleSettingsBase endStyle,
    object[] values
)

Parameters

Name Type Description
startStyle StyleSettingsBase

A StyleSettingsBase descendant (BarStyleSettings) that specifies the start gradient color.

endStyle StyleSettingsBase

A StyleSettingsBase descendant (BarStyleSettings) that specifies the end gradient color.

values Object[]

An array of boundary values.

See Also