Indicates mode of bar picture filling.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
Public Enumeration PictureType
public enum class PictureType
Members
|
|
Member name
|
Value
|
Description
|
|
|
None
|
-1
|
Not defined.
|
|
|
Stack
|
0
|
The picture is sized to repeat a maximum of 15 times in the longest stacked bar.
|
|
|
StackScale
|
1
|
The picture is sized to a specified number of units and repeated the length of the bar.
|
|
|
Stretch
|
2
|
The picture is stretched the full length of the stacked bar.
|
See Also