ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Waterfall Class
Members



In This Topic
    Waterfall Class
    In This Topic
    Represents a Waterfall series for FlexChart.
    Object Model
    Waterfall ClassC1FlexChart ClassChartStyle ClassAxis ClassAxis ClassChartStyle ClassDataLabel ClassChartStyle ClassChartStyle ClassChartStyle ClassChartStyle ClassChartStyle ClassChartStyle ClassChartStyle Class
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class Waterfall 
       Inherits Series
    'Usage
     
    
    Dim instance As Waterfall
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class Waterfall : Series 
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class Waterfall : public 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
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.Chart.Series
                C1.WPF.Chart.Waterfall

    See Also