Module: GOffice::GraphWidgetSizeMode

Defined in:
(unknown)

Constant Summary collapse

FIT =

fits the allocated size, conserving the aspect ratio.

0 or :fit
FIT_WIDTH =

fits the width, conserving the aspect ratio.

1 or :fit_width
FIT_HEIGHT =

fits the width, conserving the aspect ratio.

2 or :fit_height
FIXED_SIZE =

use original size.

3 or :fixed_size