ComponentOne FinancialChart for WPF
C1.WPF.Chart.Finance Namespace / Fibonacci Class
Members



In This Topic
    Fibonacci Class
    In This Topic
    Represents a Fibonacci Retracements tool for the FinancialChart. This tool enables the calculation and plotting of various alert levels that are useful in financial charts.
    Object Model
    Fibonacci ClassC1FlexChart ClassChartStyle ClassAxis ClassAxis ClassDataLabel ClassChartStyle ClassChartStyle Class
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class Fibonacci 
       Inherits C1.WPF.Chart.Series
    'Usage
     
    
    Dim instance As Fibonacci
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class Fibonacci : C1.WPF.Chart.Series 
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class Fibonacci : public C1.WPF.Chart.Series 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.Chart.Series
                C1.WPF.Chart.Finance.Fibonacci

    See Also