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

FormatConditionGradientRangeBar Constructors

A format condition used to visualize numeric values using bars whose colors are contained in the specified color gradient.
Name Parameters Description
FormatConditionGradientRangeBar() none Initializes a new instance of the FormatConditionGradientRangeBar class.
FormatConditionGradientRangeBar(FormatConditionRangeGradientPredefinedType) type Initializes a new instance of the FormatConditionGradientRangeBar class.
FormatConditionGradientRangeBar(StyleSettingsBase, StyleSettingsBase, Int32) startStyle, endStyle, segmentCount Initializes a new instance of the FormatConditionGradientRangeBar class.
FormatConditionGradientRangeBar(StyleSettingsBase, StyleSettingsBase, Object[]) startStyle, endStyle, values Initializes a new instance of the FormatConditionGradientRangeBar class.
See Also