Axis
The Axis object is used to instantiate x and y axes, as well as labels
Constructor Summary
Public Constructor | ||
public |
constructor(oParams: Object) Constructor function which sets up the local object. |
Member Summary
Public Members | ||
public |
Collection of axis labels |
|
public |
d3 object for axis container |
|
public |
The current calculated height of the chart |
|
public |
Amount to truncate axis labels to |
|
public |
The current calculated width of the chart |
|
public |
The padding for the chart within the container |
|
public |
Scale object for the x axis |
|
public |
Scale object for the y axis |
|
public |
Chart's tooltip object |
Method Summary
Public Methods | ||
public |
render(): * Master render to call all rendering methods |
|
public |
Render only the x axis |
|
public |
Render only the y axis |
|
public |
Render only the labels |
Public Constructors
Public Members
public aAxisLabels: Array source
Collection of axis labels
Properties:
Name | Type | Attribute | Description |
aAxisLabels | * |
public d3Container: Object source
d3 object for axis container
Properties:
Name | Type | Attribute | Description |
d3Container | * |
public iHeight: Number source
The current calculated height of the chart
Properties:
Name | Type | Attribute | Description |
iHeight | * |
public iTruncate: Object source
Amount to truncate axis labels to
Properties:
Name | Type | Attribute | Description |
iTruncate | * |
public iWidth: Number source
The current calculated width of the chart
Properties:
Name | Type | Attribute | Description |
iWidth | * |
public jPadding: Object source
The padding for the chart within the container
Properties:
Name | Type | Attribute | Description |
jPadding | * |
public oScaleX: Object source
Scale object for the x axis
Properties:
Name | Type | Attribute | Description |
oScaleX | * |