is_rectangular_cornered property

is_rectangular_cornered property

Gets or sets a value indicating whether the chart area is rectangular cornered. Default is true.

Definition:

@property
def is_rectangular_cornered(self):
    ...
@is_rectangular_cornered.setter
def is_rectangular_cornered(self, value):
    ...

See Also