InteriorColorPattern Enumeration
|
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum InteriorColorPattern
Public Enumeration InteriorColorPattern
public enum class InteriorColorPattern
type InteriorColorPattern
Members
|
|
Member name
|
Value
|
Description
|
|
|
Auto
|
0
|
Automatically controlled pattern.
|
|
|
Checker
|
1
|
Checkerboard.
|
|
|
CrissCross
|
2
|
Criss-crossed lines.
|
|
|
Down
|
3
|
Dark diagonal lines running from the upper left to the lower right.
|
|
|
Gray16
|
4
|
16% gray.
|
|
|
Gray25
|
5
|
25% gray.
|
|
|
Gray50
|
6
|
50% gray.
|
|
|
Gray75
|
7
|
75% gray.
|
|
|
Gray8
|
8
|
8% gray.
|
|
|
Grid
|
9
|
Grid.
|
|
|
Horizontal
|
10
|
Dark horizontal lines.
|
|
|
LightDown
|
11
|
Light diagonal lines running from the upper left to the lower right.
|
|
|
LightHorizontal
|
12
|
Light horizontal lines.
|
|
|
LightUp
|
13
|
Light diagonal lines running from the lower left to the upper right.
|
|
|
LightVertical
|
14
|
Light vertical bars.
|
|
|
LinearGradient
|
15
|
A linear gradient.
|
|
|
None
|
16
|
No pattern.
|
|
|
RectangularGradient
|
17
|
A rectangular gradient.
|
|
|
SemiGray75
|
18
|
75% dark.
|
|
|
Solid
|
19
|
A solid color.
|
|
|
Up
|
20
|
Dark diagonal lines running from the lower left to the upper right.
|
|
|
Vertical
|
21
|
Dark vertical bars.
|
See Also