Type Alias NxDataAreaPage

type NxDataAreaPage = {
    qHeight?: number;
    qLeft?: number;
    qTop?: number;
    qWidth?: number;
}
Index

Properties

qHeight?: number

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).

qLeft?: number

Position from the left. Corresponds to the lowest possible value of the first measure (the measure on the x-axis).

qTop?: number

Position from the top. Corresponds to the highest possible value of the second measure (the measure on the y-axis).

qWidth?: number

Width of the page. Corresponds to the highest possible value of the first measure (the measure on the x-axis).