WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StackingValues

    Show / Hide Table of Contents

    Class StackingValues

    Class implementation for StackingValues.

    Inheritance
    System.Object
    StackingValues
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Collections.Generic.IList<System.Double>

    StartValues

    Gets or sets StartValues of the series.

    Declaration
    public IList<double> StartValues { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.Double>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved