Search
Preparing search index...
The search index is not available
@ibm-sterling/charts
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"services/axes"
Axes
Class Axes
Hierarchy
Service
Axes
Index
Constructors
constructor
Properties
model
services
Methods
get
Data
From
Domain
get
MainXAxis
get
MainYAxis
getXValue
getYValue
init
set
Model
set
Services
update
Constructors
constructor
new
Axes
(
model
:
ChartModel
, services
:
any
)
:
Axes
Parameters
model:
ChartModel
services:
any
Returns
Axes
Properties
Protected
model
model
:
ChartModel
Protected
services
services
:
any
Methods
get
Data
From
Domain
get
Data
From
Domain
(
domainValue
:
any
)
:
any
[]
Uses the primary Y Axis to get data items associated with that value.
Parameters
domainValue:
any
Returns
any
[]
get
MainXAxis
get
MainXAxis
(
)
:
any
Returns
any
get
MainYAxis
get
MainYAxis
(
)
:
any
Returns
any
getXValue
getXValue
(
d
:
any
, i
:
any
)
:
any
Parameters
d:
any
i:
any
Returns
any
getYValue
getYValue
(
d
:
any
, i
:
any
)
:
any
Parameters
d:
any
i:
any
Returns
any
init
init
(
)
:
void
Returns
void
set
Model
set
Model
(
newObj
:
any
)
:
void
Parameters
newObj:
any
Returns
void
set
Services
set
Services
(
newObj
:
any
)
:
void
Parameters
newObj:
any
Returns
void
update
update
(
)
:
void
Returns
void
Globals
"services/axes"
Axes
constructor
model
services
get
Data
From
Domain
get
MainXAxis
get
MainYAxis
getXValue
getYValue
init
set
Model
set
Services
update
Generated using
TypeDoc
Uses the primary Y Axis to get data items associated with that value.