Skip to content

Enums#

Enumerations defining configurations or options.

Definitions of various enumerations used for specifying different types of configurations or options.

FluidHorizontalAlignment #

Horizontal alignment keys for fluid layout.

Description of horizontal alignment keys used for fluid layout.

Attributes:

Name Type Description
LEFT str

Left alignment.

CENTER str

Center alignment.

RIGHT str

Right alignment.

STRETCH str

Stretch alignment.

HorizontalAlignment #

Horizontal alignment keys.

Description of horizontal alignment keys.

Attributes:

Name Type Description
LEFT str

Left alignment.

CENTER str

Center alignment.

RIGHT str

Right alignment.

VerticalAlignment #

Vertical alignment keys.

Description of vertical alignment keys.

Attributes:

Name Type Description
TOP str

Top alignment.

MIDDLE str

Middle alignment.

BOTTOM str

Bottom alignment.

LegendPosition #

Chart legend position options.

Options for positions of charts legend.

Attributes:

Name Type Description
RIGHT str

Legend is placed to the right of the chart.

BOTTOM str

Legend is placed below the chart.

RIGHT_GROUPED str

Legend is placed to the right of the chart and grouped with other legends.

BOTTOM_GROUPED str

Legend is placed below the chart and grouped with other legends.

NEXT_TO_DATA str

Legend is placed next to the data.