Version

StackAppearance Class

An Appearance object containing style information for presenting stacked chart types, in 2-D and 3-D.
Syntax
'Declaration
 
Public Class StackAppearance 
   Inherits ChartTypeAppearance
   Implements Infragistics.UltraChart.Resources.IProvideChartComponent 
Remarks

This appearance object applies to charts of the following ChartTypes:

Stacked Column Chart.
Stacked Bar Chart.
Stacked 3-D Column Chart.
Stacked 3-D Bar Chart.

Stacked charts add an implicit additional dimension to data in their rendition of 'piles', where each field of data is charted proportionately to others within its series. In addition to the properties of this class, some properties of ColumnChartAppearance or BarChartAppearance may also be applicable to stacked charts of the appropriate type.

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