UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StackingValues - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StackingValues

    Class implementation for StackingValues.

    Inheritance
    System.Object
    StackingValues
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.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 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>

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved