picture_type property

picture_type property

Return or sets the picture type. Read/write IChartWall.picture_type.

Definition:

@property
def picture_type(self):
    ...

@picture_type.setter
def picture_type(self, value):
    ...

See Also