3839404142434445
public ViewportResults getData() { return getView().getData(getGridType(), _graphId, getViewportId()); } public GridStructure getGridStructure() { GridStructure gs = getView().getGridStructure(getGridType(), _graphId, getViewportId()); return gs; }