Click or drag to resize
INxDataAreaPage Interface

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public interface INxDataAreaPage

The INxDataAreaPage type exposes the following members.

Properties
  NameDescription
Public propertyHeight
Height of the page. The difference between qTop and qHeight gives the lowest possible value of the second measure (the measure on the y-axis).
Public propertyLeft
Position from the left. Corresponds to the lowest possible value of the first measure (the measure on the x-axis).
Public propertyTop
Position from the top. Corresponds to the highest possible value of the second measure (the measure on the y-axis).
Public propertyWidth
Width of the page. Corresponds to the highest possible value of the first measure (the measure on the x-axis).
Top
See Also