Searched refs:graphStyle (Results 1 – 1 of 1) sorted by relevance
6069 graphStyle.background : null, [cells[i]]);6121 var bg = (graphStyle != null) ? graphStyle.background : null;6269 if (graphStyle != null && graphStyle.background != null)6271 panel.style.backgroundColor = graphStyle.background;6324 updateCells(defaultStyles, graphStyle);6326 var change = new ChangePageSetup(ui, (graphStyle != null) ? graphStyle.background : null);6330 model.execute(new ChangeGridColor(ui, (graphStyle != null && graphStyle.gridColor != null) ?6345 graph.background = (graphStyle != null) ? graphStyle.background : null;6346 graph.view.gridColor = (graphStyle != null && graphStyle.gridColor != null) ?6347 graphStyle.gridColor : graph.view.defaultGridColor;[all …]