Table of Contents

Enum XLBar3DShape

Namespace
SlapKit.Excel.Excel.Charts.ChartShapeFeatures
Assembly
SlapKit.Excel.dll
public enum XLBar3DShape
Extension Methods

Fields

Box = 0

Data is represented in a classic box shape, providing a straightforward and traditional 3-D visualization.

Cone = 4

Data is showcased in a cone shape, sized according to the value of the current plotted series data.

ConePartial = 5

This is a variation of the Cone shape, bounded by the maximum value in the plotted series. Similar to PyramidPartial, series with values less than the maximum will appear as partial cones, providing a clear visual differentiation of data magnitudes.

Cylinder = 3

Opting for this shape represents the data in cylindrical forms, offering a smooth, rounded alternative to the box shape.

Pyramid = 1

Data is depicted in a pyramid shape, the dimensions of which are determined by the value of the current plotted series data.

PyramidPartial = 2

Similar to the Pyramid shape, but this version is bounded by the maximum value of the plotted series data. Series with values less than the maximum will appear as truncated or partial pyramids, visually indicating their relative magnitude.