Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / DrawingPictureType Enumeration
In This Topic
    DrawingPictureType Enumeration
    In This Topic
    Specifies how pictures are displayed on a column, bar picture chart, or legend key.
    Members
    MemberDescription
    StackSpecifies that the picture is sized to repeat a maximum of 15 times in the longest stacked bar.
    StackScaleSpecifies that the picture is sized to a specified number of units and repeated the length of the bar.
    StretchSpecifies that the picture is stretched the full length of the stacked bar.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.drawing.DrawingPictureType

    See Also