ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / Waterfall Class
Members

In This Topic
    Waterfall Class
    In This Topic
    Represents a Waterfall series for FlexChart.
    Object Model
    Waterfall Class
    Syntax
    'Declaration
     
    Public Class Waterfall 
       Inherits Series
    public class Waterfall : Series 
    Remarks
    The Waterfall series is normally used to demonstrate how the starting position either increases or decreases through a series of changes.
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          C1.Xaml.Chart.Series
             C1.Xaml.Chart.Waterfall

    See Also