DataBarFillType Enumeration |
Specifies how a data bar is filled with color.
Namespace: Aspose.CellsAssembly: Aspose.Cells (in Aspose.Cells.dll) Version: 19.11.0.0 (19.11)
Syntaxpublic enum DataBarFillType
Public Enumeration DataBarFillType
public enum class DataBarFillType
Members
| Member name | Value | Description |
---|
| DataBarFillSolid | 0 | Obsolete.
The data bar is filled with solid color.
|
| DataBarFillGradient | 1 | Obsolete.
The data bar is filled with a color gradient.
|
| Solid | 0 |
The data bar is filled with solid color.
|
| Gradient | 1 |
The data bar is filled with a color gradient.
|
See Also