Home
last modified time | relevance | path

Searched defs:TickLabelOrientation (Results 1 – 3 of 3) sorted by relevance

/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/static/js/types/core/
H A Denums.d.ts95 export declare type TickLabelOrientation = "vertical" | "horizontal" | "parallel" | "normal"; alias
96 export declare const TickLabelOrientation: import("./kinds").Kinds.Enum<TickLabelOrientation>; constant
H A Dproperties.d.ts174 /** @deprecated */ export declare const TickLabelOrientation: PropertyConstructor<enums.TickLabelOr… property in PropertyAlias
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/core/
H A Denums.py426 TickLabelOrientation = enumeration("horizontal", "vertical", "parallel", "normal") variable