XAxis
Constructor Summary
| Public Constructor | ||
| public | 
       constructor(xAxisType: *, config: *)  | 
    |
Method Summary
| Public Methods | ||
| public | 
       render(svg: *, config: *)  | 
    |
| public | 
       rescale(width: *, height: *)  | 
    |
| public | 
       transition(svg: *, time: number)  | 
    |
| public | 
       updateDomainByBBox(b: *) This function is used when both x and y dial update their domains by x and y max/min values, respectively.  | 
    |
| public | 
       updateDomainByKeys(keys: *, yBbox: *) Used when x domain is caterogial (a set of keys) and y domain is linear.  | 
    |
| public | 
       xStyle()  | 
    |
Public Constructors
public constructor(xAxisType: *, config: *) source
Params:
| Name | Type | Attribute | Description | 
| xAxisType | * | ||
| config | * | 
Public Methods
public render(svg: *, config: *) source
Params:
| Name | Type | Attribute | Description | 
| svg | * | ||
| config | * | 
public rescale(width: *, height: *) source
Params:
| Name | Type | Attribute | Description | 
| width | * | ||
| height | * | 
public transition(svg: *, time: number) source
Params:
| Name | Type | Attribute | Description | 
| svg | * | ||
| time | number | 
  | 
      
public updateDomainByBBox(b: *) source
This function is used when both x and y dial update their domains by x and y max/min values, respectively.
Params:
| Name | Type | Attribute | Description | 
| b | * | 
public updateDomainByKeys(keys: *, yBbox: *) source
Used when x domain is caterogial (a set of keys) and y domain is linear.
Params:
| Name | Type | Attribute | Description | 
| keys | * | ||
| yBbox | * |