Searched defs:maxHeight (Results 1 – 4 of 4) sorted by relevance
257 let maxHeight = res.maxDepth * 20; variable606 let maxHeight = this.stackChartMaxDepth * 20; variable
164 maxHeight: 222, variable
66 private maxHeight = 0; property in SpChartList
558 let maxHeight = Math.max(totalHeight, this.tableElement!.scrollTop); variable