Interface for a class Chart3DSeries
Options to customizing animation for the series.
Defines the shape of the data in a column and bar chart. Rectangle: Displays the data in a column and bar chart in a rectangle shape. Cylinder: Displays the data in a column and bar chart in a cylinder shape.
number
To render the column series points with particular column spacing. It takes value from 0 - 1.
number
Render the column series points with a particular column width.
The data label for the series.
Object
| DataManager
Specifies the data source for the series. It can be an array of JSON objects or an instance of DataManager.
Chart3DEmptyPointSettingsModel
options to customize the empty points in series.
boolean
Enable tooltip for the chart series.
string
The fill color for the series, which can accept values in hex or rgba as a valid CSS color string.
string
Defines the name that specifies the chart series are mutually exclusive and can be overlaid. The axis in the same group shares the same baseline and location on the corresponding axis.
string
The URL for the Image that is to be displayed as a Legend icon. It requires legendShape
value to be an Image
.
The shape of the legend. Each series has its own legend shape, which can be one of the following:
string
The name of the series as displayed in the legend.
number
The opacity of the series.
string
The DataSource field that contains the point colors.
Query
Specifies a query to select data from the DataSource. This property is applicable only when the DataSource is an ej.DataManager
.
string
The DataSource field that contains the size value of y
string
This property allows grouping series in stacked column / bar
charts.
Any string value can be provided to the stackingGroup property.
If any two or above series have the same value, those series will be grouped together.
string
Format of the tooltip content.
string
The data source field that contains the tooltip value.
Specifies the type of the series in the 3D chart. Available options include:
boolean
Specifies the visibility of series.
string
The name of the horizontal axis associated with the series. It requires axes
of the chart.
string
The DataSource field that contains the x value.
string
The name of the vertical axis associated with the series. It requires axes
of the chart.
string
The DataSource field that contains the y value.