Searched refs:labelWidth (Results 1 – 7 of 7) sorted by relevance
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
D | LineGraph.java | 88 int labelWidth= Math.max(emin.x, emax.x) + 2; in paint() local 92 int left= PADDING + labelWidth; in paint() 101 g.drawString(smin, PADDING/2+labelWidth-emin.x, bottom-titleHeight, true); in paint() 102 g.drawString(smax, PADDING/2+labelWidth-emax.x, top, true); in paint()
|
D | TimeLineGraph.java | 52 int labelWidth= Math.max(emin.x, emax.x) + 2; in paint() local 56 int left= PADDING + labelWidth; in paint() 65 g.drawString(smin, PADDING/2+labelWidth-emin.x, bottom-titleHeight, true); in paint() 66 g.drawString(smax, PADDING/2+labelWidth-emax.x, top, true); in paint()
|
/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.flot.min.js | 7 …labelWidth:null,labelHeight:null,reserveSpace:null,tickLength:null,alignTicksWithAxis:null,tickDec… property
|
D | jquery.flot.js | 544 labelWidth: null, // size of tick labels in pixels property 1403 labelWidth = opts.labelWidth || 0, 1405 …maxWidth = labelWidth || (axis.direction == "x" ? Math.floor(surface.width / (ticks.length || 1)) … 1419 labelWidth = Math.max(labelWidth, info.width); 1423 axis.labelWidth = opts.labelWidth || labelWidth; 1434 var lw = axis.labelWidth, 1516 axis.box.left = plotOffset.left - axis.labelWidth / 2; 1517 … axis.box.width = surface.width - plotOffset.left - plotOffset.right + axis.labelWidth; 1554 margins.left = Math.max(margins.left, axis.labelWidth / 2); 1555 margins.right = Math.max(margins.right, axis.labelWidth / 2);
|
D | API.md | 267 labelWidth: null or number 468 "labelWidth" and "labelHeight" specifies a fixed size of the tick 472 labelWidth and labelHeight for aligning multi-axis charts.
|
D | NEWS.md | 76 causing them to overlap at certain scales and ignore the labelWidth option. 878 - Added support for specifying the size of tick labels (axis.labelWidth,
|
/external/chromium-trace/catapult/telemetry/third_party/flot/ |
D | jquery.flot.min.js | 28 …labelWidth||0,i=t.labelHeight||0,s=r||e.direction=="x"?Math.floor(f.width/(n.length||1)):null;lega… property
|