X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/output/Ext.chart.Label.js diff --git a/docs/output/Ext.chart.Label.js b/docs/output/Ext.chart.Label.js new file mode 100644 index 00000000..d863bf32 --- /dev/null +++ b/docs/output/Ext.chart.Label.js @@ -0,0 +1,137 @@ +Ext.data.JsonP.Ext_chart_Label({ + "tagname": "class", + "name": "Ext.chart.Label", + "doc": "

Labels is a mixin whose methods are appended onto the Series class. Labels is an interface with methods implemented\nin each of the Series (Pie, Bar, etc) for label creation and label placement.

\n\n

The methods implemented by the Series are:

\n\n\n\n", + "extends": null, + "mixins": [ + + ], + "alternateClassNames": [ + + ], + "xtype": null, + "author": null, + "docauthor": null, + "singleton": false, + "private": false, + "cfg": [ + { + "tagname": "cfg", + "name": "color", + "member": "Ext.chart.Label", + "type": "String", + "doc": "

The color of the label text.\nDefault value: '#000' (black).

\n", + "private": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/chart/Label.js", + "linenr": 42, + "html_filename": "Label2.html", + "href": "Label2.html#Ext-chart-Label-cfg-color" + }, + { + "tagname": "cfg", + "name": "display", + "member": "Ext.chart.Label", + "type": "String", + "doc": "

Specifies the presence and position of labels for each pie slice. Either \"rotate\", \"middle\", \"insideStart\",\n\"insideEnd\", \"outside\", \"over\", \"under\", or \"none\" to prevent label rendering.\nDefault value: 'none'.

\n", + "private": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/chart/Label.js", + "linenr": 35, + "html_filename": "Label2.html", + "href": "Label2.html#Ext-chart-Label-cfg-display", + "shortDoc": "Specifies the presence and position of labels for each pie slice. Either \"rotate\", \"middle\", \"insideStart\",\n\"insideEn..." + }, + { + "tagname": "cfg", + "name": "field", + "member": "Ext.chart.Label", + "type": "String", + "doc": "

The name of the field to be displayed in the label.\nDefault value: 'name'.

\n", + "private": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/chart/Label.js", + "linenr": 48, + "html_filename": "Label2.html", + "href": "Label2.html#Ext-chart-Label-cfg-field" + }, + { + "tagname": "cfg", + "name": "font", + "member": "Ext.chart.Label", + "type": "String", + "doc": "

The font used for the labels.\nDefautl value: \"11px Helvetica, sans-serif\".

\n", + "private": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/chart/Label.js", + "linenr": 61, + "html_filename": "Label2.html", + "href": "Label2.html#Ext-chart-Label-cfg-font" + }, + { + "tagname": "cfg", + "name": "minMargin", + "member": "Ext.chart.Label", + "type": "Number", + "doc": "

Specifies the minimum distance from a label to the origin of the visualization.\nThis parameter is useful when using PieSeries width variable pie slice lengths.\nDefault value: 50.

\n", + "private": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/chart/Label.js", + "linenr": 54, + "html_filename": "Label2.html", + "href": "Label2.html#Ext-chart-Label-cfg-minMargin", + "shortDoc": "Specifies the minimum distance from a label to the origin of the visualization.\nThis parameter is useful when using P..." + }, + { + "tagname": "cfg", + "name": "orientation", + "member": "Ext.chart.Label", + "type": "String", + "doc": "

Either \"horizontal\" or \"vertical\".\nDafault value: \"horizontal\".

\n", + "private": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/chart/Label.js", + "linenr": 67, + "html_filename": "Label2.html", + "href": "Label2.html#Ext-chart-Label-cfg-orientation" + }, + { + "tagname": "cfg", + "name": "renderer", + "member": "Ext.chart.Label", + "type": "Function", + "doc": "

Optional function for formatting the label into a displayable value.\nDefault value: function(v) { return v; }

\n", + "private": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/chart/Label.js", + "linenr": 73, + "html_filename": "Label2.html", + "href": "Label2.html#Ext-chart-Label-cfg-renderer" + } + ], + "method": [ + + ], + "property": [ + + ], + "event": [ + + ], + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/chart/Label.js", + "linenr": 1, + "html_filename": "Label2.html", + "href": "Label2.html#Ext-chart-Label", + "cssVar": [ + + ], + "cssMixin": [ + + ], + "component": false, + "superclasses": [ + + ], + "subclasses": [ + + ], + "mixedInto": [ + "Ext.chart.series.Series" + ], + "allMixins": [ + + ] +}); \ No newline at end of file