Enum OfficeFillType
Specifies a shape's fill type.
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.Base.dll
Syntax
public enum OfficeFillType
Fields
Name | Description |
---|---|
Gradient | Indicates gradient type. |
Pattern | Indicates pattern type. |
Picture | Indicates picture type. |
SolidColor | Indicates Solid color. |
Texture | Indicates texture type. |
UnknownGradient | Indicates unsupport gradient that can be created using Excel 2007, but not supported correctly by Excel 2003 structures. |