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 AxesOrigincs is in grid space, h or the horizontal space is measured from left, and v or vertical space is measured from top.
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'sAxesOrigin
cs
is ingrid
space,h
or the horizontal space is measured fromleft
, andv
or vertical space is measured fromtop
.