Click or drag to resize
NxDataAreaPage Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineNxDataAreaPage

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

The NxDataAreaPage type exposes the following members.

Constructors
  NameDescription
Public methodNxDataAreaPage
Initializes a new instance of the NxDataAreaPage class
Top
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