Chart3DSeriesModel
23 Sep 20252 minutes to read
Interface for a class Chart3DSeries
Properties
animation AnimationModel
Options to customizing animation for the series.
columnFacet ShapeType
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.
columnSpacing number
To render the column series points with particular column spacing. It takes value from 0 - 1.
columnWidth number
Render the column series points with a particular column width.
dataLabel Chart3DDataLabelSettingsModel
The data label for the series.
dataSource Object|DataManager
Specifies the data source for the series. It can be an array of JSON objects or an instance of DataManager.
emptyPointSettings Chart3DEmptyPointSettingsModel
options to customize the empty points in series.
enableTooltip boolean
Enable tooltip for the chart series.
fill string
The fill color for the series, which can accept values in hex or rgba as a valid CSS color string.
groupName 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.
legendImageUrl string
The URL for the Image that is to be displayed as a Legend icon.  It requires  legendShape value to be an Image.
legendShape LegendShape
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
name string
The name of the series as displayed in the legend.
opacity number
The opacity of the series.
pointColorMapping string
The DataSource field that contains the point colors.
query Query
Specifies a query to select data from the DataSource. This property is applicable only when the DataSource is an ej.DataManager.
size string
The DataSource field that contains the size value of y
stackingGroup 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.
tooltipFormat string
Format of the tooltip content.
tooltipMappingName string
The data source field that contains the tooltip value.
type Chart3DSeriesType
Specifies the type of the series in the 3D chart. Available options include:
- Column
- Bar
- StackingColumn
- StackingBar
- StackingColumn100
- StackingBar100
visible boolean
Specifies the visibility of series.
xAxisName string
The name of the horizontal axis associated with the series. It requires axes of the chart.
xName string
The DataSource field that contains the x value.
yAxisName string
The name of the vertical axis associated with the series. It requires axes of the chart.
yName string
The DataSource field that contains the y value.