width proprietà

width proprietà

Ottiene o imposta width del frame in unità di 1/4000 dell’area del grafico.

Osservazioni

Come convertire unità di 1/4000 in pixel? Larghezza in pixel = Larghezza * Chart.ChartObject.Height / 4000;

Definizione:

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

Guarda anche