Skip to main content

FormatConditionRangeGradient(StyleSettingsBase, StyleSettingsBase, Int32) Constructor

Initializes a new instance of the FormatConditionRangeGradient class.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public FormatConditionRangeGradient(
    StyleSettingsBase startStyle,
    StyleSettingsBase endStyle,
    int segmentCount
)

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.

segmentCount Int32

An integer value that specifies the number of ranges.

See Also