SeriesCartesianSeries
| Package: | CQ.Ext.chart |
| Class: | CartesianSeries |
| Subclasses: | BarSeries, ColumnSeries, LineSeries |
| Extends: | CQ.Ext.chart.Series |
| Clientlib: | cq.widgets |
| Property | Defined By | |
|---|---|---|
|
axis : String
Indicates which axis the series will bind to
|
CartesianSeries | |
|
displayName : String
The human-readable name of the series.
|
Series | |
|
showInLegend : Boolean
False to not show this series in the legend. Defaults to true.
|
CartesianSeries | |
|
type : String
The type of series.
|
Series | |
|
xField : String
The field used to access the x-axis value from the items from the data
source.
|
CartesianSeries | |
|
yField : String
The field used to access the y-axis value from the items from the data
source.
|
CartesianSeries | |
| Method | Defined By | |
|---|---|---|
|
CartesianSeries()
Parameters:
|
CartesianSeries | |