Version

StackStyle Property (StackAppearance)

Specifies how separate stack piles compare to each other.
Syntax
'Declaration
 
Public Property StackStyle As StackStyle
public StackStyle StackStyle {get; set;}
Remarks

Piles may be compared to one another with either of the Normal stack style (the default), or the Complete stack style. In the Normal style, the length of each pile corresponds to the sum of its fields, and absolute comparisons of fields between piles can be made. When the Complete style is applied, each pile, regardless of the sum of its fields, has a constant length and judgements as to the proportionality of fields can more easily be made.

In 3-D charts, use of the Complete style is not recommended.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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