property ValueAxis.Offset as Long
Defines the offset to move the value-axis line (including the tick marks) horizontally or vertically in relation to its original position.

TypeDescription
Long A  long expression that defines the offset to move the value-axis line (including the tick marks) horizontally or vertically in relation to its original position
The Offset property defines the offset to move the value-axis line horizontally or vertically (if the data is data is represented vertically) in relation to its original position. The AxisLine property defines the configuration options to show the line of the value-axis. The MajorTicks property defines the configuration options to show the major ticks of the value-axis. The Serie.Vertical property indicates whether the data is represented vertically or horizontally. The offset can be defined as a number to specify a horizontal shift to the right (positive value) or to the left (negative value) relative to the original position of the value-axis.