ComponentOne FinancialChart for WPF
Stacking Property



C1.WPF.Chart Namespace > C1FlexChart Class : Stacking Property
Gets or sets the chart stacking.
Syntax
'Declaration
 
Public Property Stacking As Stacking
'Usage
 
Dim instance As C1FlexChart
Dim value As Stacking
 
instance.Stacking = value
 
value = instance.Stacking
public Stacking Stacking {get; set;}
public:
property Stacking Stacking {
   Stacking get();
   void set (    Stacking value);
}
See Also

Reference

C1FlexChart Class
C1FlexChart Members