Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AxesOrigin

An interface that describes the position and scale type of a GraphicsObject's render origin. This defines how values are oriented in chart space. By default an object's AxesOrigin cs is in grid space, h or the horizontal space is measured from left, and v or vertical space is measured from top.

Hierarchy

  • AxesOrigin

Properties

h
v

Properties

cs: "frame" | "grid"
h: "left" | "right"
v: "top" | "bottom"

Generated using TypeDoc