Class StackingValues
Class implementation for StackingValues.
Inheritance
System.Object
StackingValues
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class StackingValues : Object
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> |