Yahoo! UI Library

charts  3.3.0

Yahoo! UI Library > charts > RightAxisLayout
Search:
 
Filters

Class RightAxisLayout - extends Base

RightAxisLayout contains algorithms for rendering a right axis.

Constructor

RightAxisLayout ( config )
Parameters:
config <Object>

Properties inherited from Plugin.Host:

Properties inherited from Attribute:

Properties inherited from Base:

Methods

drawTick

protected void drawTick ( pt )
Draws a tick
Parameters:
pt <Object> Point on the axis in which the tick will intersect.

getLabelPoint

protected Object getLabelPoint ( point )
Calculates the point for a label.
Parameters:
point <Object> Point on the axis in which the tick will intersect.

getLineStart

protected Object getLineStart ( )
Calculates the coordinates for the first point on an axis.

offsetNodeForTick

protected void offsetNodeForTick ( cb )
Adjusts position for inner ticks.
Parameters:
cb <Node> contentBox of the axis

positionLabel

protected void positionLabel ( label , pt )
Rotate and position labels.
Parameters:
label <HTMLElement> to rotate position
pt <Object> hash containing the x and y coordinates in which the label will be positioned against.

setCalculatedSize

protected void setCalculatedSize ( )
Assigns a height based on the size of the contents.

setSizeAndPosition

protected void setSizeAndPosition ( )
Calculates the size and positions the content elements.

setTickOffset

protected void setTickOffset ( )
Sets the length of the tick on either side of the axis line.

updateMaxLabelSize

protected void updateMaxLabelSize ( label )
Updates the value for the maxLabelSize for use in calculating total size.
Parameters:
label <HTMLElement> to measure

Events

axisRendererChange

axisRendererChange ( event )
Fires when the value for the configuration attribute 'axisRenderer' is changed. You can listen for the event using the on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.
Parameters:
event <Event.Facade> An Event Facade object with the following attribute specific properties added:
prevVal
The value of the attribute, prior to it being set
newVal
The value the attribute is to be set to
attrName
The name of the attribute being set
subAttrName
If setting a property within the attribute's value, the name of the sub-attribute property being set

Events inherited from Base:

Configuration Attributes

axisRenderer - protected Axis

Reference to the Axis using the strategy.

Configuration attributes inherited from Base:


Copyright © 2011 Yahoo! Inc. All rights reserved.