[]
        
(Showing Draft Content)

C1.iOS.Chart.ChartStackingType

ChartStackingType Class

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

Inheritance
ChartStackingType
Namespace: C1.iOS.Chart
Assembly: C1.iOS.Chart.dll
Syntax
public sealed class ChartStackingType : Enum

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.

value__