ChartDirector 5.1 (.NET Edition)

BaseChart.getAbsOffsetY


Usage

[VB] Public Function getAbsOffsetY() As Integer
[C#] public int getAbsOffsetY();

Description

Gets the y offset of the chart relative to the outermost MultiChart container.

Arguments

None

Return Value

An integer representing the y offset in pixels relative to the outermost MultiChart container, or 0 if the chart is not within a MultiChart container.