width proprietà

width proprietà

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

Osservazioni

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

Definizione:

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

Guarda anche