Click or drag to resize

PictureType Enumeration

Determines mode of bar picture filling.

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum PictureType
Members
  Member nameValueDescription
NotDefined-1 Not defined.
Stack0 The picture is sized to repeat a maximum of 15 times in the longest stacked bar.
StackScale1 The picture is sized to a specified number of units and repeated the length of the bar.
Stretch2 The picture is stretched the full length of the stacked bar.
See Also