Chart3DSeriesDirective
12 Sep 20253 minutes to read
Series3D Directive
<e-chart3d-series-collection>
<e-chart3d-series></e-chart3d-series>
</e-chart3d-series-collection>Properties
animation any
Options to customizing animation for the series.
columnFacet any
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.
Defaults to ‘Rectangle’
columnSpacing any
To render the column series points with particular column spacing. It takes value from 0 - 1.
Defaults to 0.1
columnWidth any
Render the column series points with a particular column width.
Defaults to null
dataLabel any
The data label for the series.
dataSource any
Specifies the data source for the series. It can be an array of JSON objects or an instance of DataManager.
Defaults to ’’
emptyPointSettings any
options to customize the empty points in series.
enableTooltip any
Enable tooltip for the chart series.
Defaults to true
fill any
The fill color for the series, which can accept values in hex or rgba as a valid CSS color string.
Defaults to null
groupName any
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.
Defaults to ’’
legendImageUrl any
The URL for the Image that is to be displayed as a Legend icon. It requires legendShape value to be an Image.
Defaults to ’’
legendShape any
The shape of the legend. Each series has its own legend shape, which can be one of the following:
- Circle
- Rectangle
- Triangle
- Diamond
- Cross
- HorizontalLine
- VerticalLine
- Pentagon
- InvertedTriangle
- SeriesType
- Image
Defaults to ‘SeriesType’
name any
The name of the series as displayed in the legend.
Defaults to ’’
opacity any
The opacity of the series.
Defaults to 1
pointColorMapping any
The DataSource field that contains the point colors.
Defaults to ’’
query any
Specifies a query to select data from the DataSource. This property is applicable only when the DataSource is an ej.DataManager.
Defaults to ’’
size any
The DataSource field that contains the size value of y
Defaults to ’’
stackingGroup any
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.
Defaults to ’’
tooltipFormat any
Format of the tooltip content.
Defaults to ’’
tooltipMappingName any
The data source field that contains the tooltip value.
Defaults to ’’
type any
Specifies the type of the series in the 3D chart. Available options include:
- Column
- Bar
- StackingColumn
- StackingBar
- StackingColumn100
- StackingBar100
Defaults to ‘Column’
visible any
Specifies the visibility of series.
Defaults to true
xAxisName any
The name of the horizontal axis associated with the series. It requires axes of the chart.
Defaults to null
xName any
The DataSource field that contains the x value.
Defaults to ’’
yAxisName any
The name of the vertical axis associated with the series. It requires axes of the chart.
Defaults to null
yName any
The DataSource field that contains the y value.
Defaults to ’’