DataBarFillType
Constants which determine whether data bars are filled with a solid color or with a gradient.
Enumeration Members
Section titled "Enumeration Members"Gradient
Section titled "Gradient"Data bars are filled with a linear gradient.
Gradient = 1 SolidColor
Section titled "SolidColor"Data bars are filled with a solid color.
SolidColor = 0