SvgAxis
Constructor Summary
| Public Constructor | ||
| public | 
       constructor(context: any) Creates an instance of SvgAxis.  | 
    |
Member Summary
| Public Members | ||
| public | 
       config: *  | 
    |
| public | 
       svgContainer: *  | 
    |
Method Summary
| Public Methods | ||
| public | 
       changeConfigProperty(p: *, v: *)  | 
    |
| public | 
       rescale(width: *, height: *)  | 
    |
Public Constructors
public constructor(context: any) source
Creates an instance of SvgAxis.
Params:
| Name | Type | Attribute | Description | 
| context | any | Chart context. It contains data, configuration and chart type  |