[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.DrawingPictureType

Enum DrawingPictureType

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Specifies how pictures are displayed on a column, bar picture chart, or legend key.

public enum DrawingPictureType

Fields

Stack = 1

Specifies that the picture is sized to repeat a maximum of 15 times in the longest stacked bar.

StackScale = 2

Specifies that the picture is sized to a specified number of units and repeated the length of the bar.

Stretch = 0

Specifies that the picture is stretched the full length of the stacked bar.