ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Waterfall Class / RisingStyle Property



In This Topic
    RisingStyle Property
    In This Topic
    Gets or sets the RisingStyle property.
    Syntax
    'Declaration
     
    
    Public Property RisingStyle As ChartStyle
    'Usage
     
    
    Dim instance As Waterfall
    Dim value As ChartStyle
     
    instance.RisingStyle = value
     
    value = instance.RisingStyle
    public ChartStyle RisingStyle {get; set;}
    public:
    property ChartStyle^ RisingStyle {
       ChartStyle^ get();
       void set (    ChartStyle^ value);
    }
    See Also