Xuni Product Documentation - Xamarin.Forms
ChartStackingType Enumeration
Specifies whether and how to stack the chart's data values.
Syntax
public enum ChartStackingType : System.Enum 
Members
MemberDescription
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xuni.Forms.FlexChart.ChartStackingType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xuni.Forms.FlexChart Namespace