Home > @plotex/chart-def > VerticalLabelPositionString

VerticalLabelPositionString type#

Sets the position of a vertical label.

Signature:
export declare type VerticalLabelPositionString = "inner-top" | "inner-middle" | "inner-bottom" | "outer-top" | "outer-middle" | "outer-bottom";