Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Axes<TRow>

A pair of axes to be used in a pivot operation.

Type Parameters

  • TRow extends Row

Hierarchy

  • Axes

Index

Properties

Properties

x: Dimension<TRow>

The x axis; columns in the resultant pivot table.

y: Dimension<TRow>

The y axis; rows in the resultant pivot table.

Generated using TypeDoc