[]
        
(Showing Draft Content)

C1.Chart.Stacking

Stacking Enum

Specifies whether and how to stack the chart's data values.

Namespace: C1.Chart
Assembly: C1.Blazor.Chart.dll
Syntax
public enum Stacking

Fields

Name Description
None

No stacking. Each series object is plotted independently.

Stacked

Stacked charts show how each value contributes to the total.

Stacked100pc

100% stacked charts show how each value contributes to the total with the relative size of each series representing its contribution to the total.