x_ratio_to_chart property

x_ratio_to_chart property

Gets or gets the horizontal offset from its upper left corner column, in units of ratio of the chart area.

Definition:

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

See Also