Class StackingValues
Class implementation for StackingValues.
Inheritance
System.Object
    StackingValues
  Inherited Members
      System.Object.Equals(System.Object)
    
      System.Object.Equals(System.Object, System.Object)
    
      System.Object.GetHashCode()
    
      System.Object.GetType()
    
      System.Object.MemberwiseClone()
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
      System.Object.ToString()
    
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class StackingValues
  Constructors
StackingValues()
Declaration
public StackingValues()
  Properties
EndValues
Gets or sets EndValues of the series.
Declaration
public IList<double> EndValues { get; set; }
  Property Value
| Type | 
|---|
| System.Collections.Generic.IList<System.Double> | 
StartValues
Gets or sets StartValues of the series.
Declaration
public IList<double> StartValues { get; set; }
  Property Value
| Type | 
|---|
| System.Collections.Generic.IList<System.Double> |