Enum OfficePattern
Specifies the fill pattern used in a chart.
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.Base.dll
Syntax
public enum OfficePattern
Fields
Name | Description |
---|---|
Angle | Indicates the Angle pattern. |
DarkDownwardDiagonal | Indicates thick lines in the foreground color running from the top to the right-hand side of the chart. |
DarkHorizontal | Indicates thick horizontal lines in the foreground color. |
DarkUpwardDiagonal | Indicates thick lines in the foreground color running from the top to the left-hand side of the chart. |
DarkVertical | Indicates thick vertical lines in the foreground color. |
DiagonalCrosshatch | Indicates the DiagonalCrosshatch pattern. |
DiagonalStripe | Indicates the DiagonalStripe pattern. |
ForwardDiagonal | Indicates the ForwardDiagonal pattern. |
Gradient | Indicates gradient pattern. |
Horizontal | Indicates the Horizontal pattern. |
HorizontalStripe | Indicates the HorizontalStripe pattern. |
LightDownwardDiagonal | Indicates thin lines in the foreground color running from the top to the right-hand side of the chart. |
LightUpwardDiagonal | Indicates thin lines in the foreground color running from the top to the left-hand side of the chart. |
None | Indicates no pattern. |
Percent05 | Indicates 5% of the foreground color. |
Percent10 | Indicates 10% of the foreground color. |
Percent125Gray | Indicates the Percent125Gray pattern. |
Percent25 | Indicates 25% of the foreground color. |
Percent25Gray | Indicates the Percent25Gray pattern. |
Percent50 | Indicates 50% of the foreground color. |
Percent50Gray | Indicates the Percent50Gray pattern. |
Percent60 | Indicates 60% of the foreground color. |
Percent625Gray | Indicates the Percent625Gray pattern. |
Percent70 | Indicates 70% of the foreground color. |
Percent75 | Indicates 75% of the foreground color. |
Percent75Gray | Indicates the Percent75Gray pattern. |
ReverseDiagonalStripe | Indicates the ReverseDiagonalStripe pattern. |
Solid | Indicates the Solid pattern. |
ThickDiagonalCrosshatch | Indicates the ThickDiagonalCrosshatch pattern. |
ThinDiagonalCrosshatch | Indicates the ThinDiagonalCrosshatch pattern. |
ThinDiagonalStripe | Indicates the ThinDiagonalStripe pattern. |
ThinHorizontalCrosshatch | Indicates the ThinHorizontalCrosshatch pattern. |
ThinHorizontalStripe | Indicates the ThinHorizontalStripe pattern. |
ThinReverseDeagonalStripe | Indicates the ThinReverseDeagonalStripe pattern. |
ThinVerticalStripe | Indicates the ThinVerticalStripe pattern. |
Vertical | Indicates the Vertical pattern. |
VerticalStripe | Indicates the VerticalStripe pattern. |