Home
last modified time | relevance | path

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/
DLineGraph.java88 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()
DTimeLineGraph.java52 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/
Djquery.flot.min.js7labelWidth:null,labelHeight:null,reserveSpace:null,tickLength:null,alignTicksWithAxis:null,tickDec… property
Djquery.flot.js544 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);
DAPI.md267 labelWidth: null or number
468 "labelWidth" and "labelHeight" specifies a fixed size of the tick
472 labelWidth and labelHeight for aligning multi-axis charts.
DNEWS.md76 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/
Djquery.flot.min.js28labelWidth||0,i=t.labelHeight||0,s=r||e.direction=="x"?Math.floor(f.width/(n.length||1)):null;lega… property