Last updated

API / geotoolkit / axis / TickInfo / LabelPosition

Enumeration: LabelPosition

axis.TickInfo.LabelPosition

Enum of label positions

Table of contents

Enumeration Members

Contents

Enumeration Members

Bottom

Bottom = "bottom"

Labels are bottom-aligned and on the bottom side of the axis


Center

Center = "center"

Labels are centered in the axis (default)


Left

Left = "left"

Labels are left-aligned and on the left side of the axis


Right = "right"

Labels are right-aligned and on the right side of the axis


Top

Top = "top"

Labels are top-aligned and on the top side of the axis