JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.polarion.alm.shared.api.utils.charts.highcharts
Interface HcAxisTypeSelector
public interface
HcAxisTypeSelector
Since:
3.9.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
HcAxis
category
()
HcAxis
datetime
()
HcAxis
linear
()
HcAxis
logarithmic
()
Method Details
linear
@NotNull
HcAxis
linear
()
logarithmic
@NotNull
HcAxis
logarithmic
()
datetime
@NotNull
HcAxis
datetime
()
category
@NotNull
HcAxis
category
()