JavaScript is disabled on your browser.
Field Summary
Fields inherited from class BacklinkBuilder
METHOD_BACK
Fields inherited from class ObjectIdentity
classId, idGenerator, instanceId, invocations, m, NONE, parentObjectIdentity
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
Disables drilldown on this chart.
Limits how many data points this chart renders.
getThis , setBoxplotAxisLabel , setBoxplotAxisMax , setBoxplotAxisMin , setComparison , setComparisonType , setDisableZoom , setMarker , setShowZAxis , setXLogarithmic , setXMax , setXMax , setXMin , setXMin , setYLogarithmic , setYMax , setYMin , setZLabel , setZLogarithmic , setZMax , setZMin
Methods inherited from class BacklinkBuilder
back, getParent
Methods inherited from class ObjectIdentity
addInvocation, addInvocation, addInvocationInternal, getClassId
Methods inherited from class Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Method Details
setDisableDrilldown
Disables drilldown on this chart. Not exposed through any
ChartOptions tier; almost every
concrete Options type overrides it directly, since drilldown applies broadly across chart types.
Overrides:
setDisableDrilldown in class AbstractChartOptions <PieChart ,PieChart.PieOptions >
Parameters:
disableDrilldown - true to disable drilldown; false or null to allow it
Returns:
this Options object, for chaining further configuration