Spread.Services Documentation
DrawingPictureType Enumeration
GrapeCity.Documents.Spread.Drawing Namespace : DrawingPictureType Enumeration
Specifies how pictures are displayed on a column, bar picture chart, or legend key.
Syntax
public enum DrawingPictureType : System.Enum 
Members
MemberDescription
Stack Specifies that the picture is sized to repeat a maximum of 15 times in the longest stacked bar.
StackScale Specifies that the picture is sized to a specified number of units and repeated the length of the bar.
Stretch Specifies that the picture is stretched the full length of the stacked bar.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Spread.Drawing.DrawingPictureType

See Also

Reference

GrapeCity.Documents.Spread.Drawing Namespace