Pyramid Chart in ASP.NET Core Accumulation Chart Component

18 Nov 20181 minute to read

To render a pyramid series, use the series type as Pyramid.

Mode

The Pyramid chart supports linear and surface modes of rendering. The default type of the pyramidMode is linear.

Size

The size of the pyramid chart can be customized by using the width and height properties.

Gap Between the Segments

Pyramid chart provides options to customize the space between the segments by using the gapRatio property of the series. It ranges from 0 to 1.

Explode

Points can be exploded on mouse click by setting the explode property to true. You can also explode the point on load using explodeIndex. Explode distance can be set by using explodeOffset property.

Customization

Individual points can be customized using the pointRender event.

See Also