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



In This Topic
    FibonacciArcs Class
    In This Topic
    Represents a Fibonacci Arcs tool for the FinancialChart.
    Object Model
    FibonacciArcs ClassC1FlexChart ClassChartStyle ClassAxis ClassAxis ClassDataLabel ClassChartStyle ClassChartStyle Class
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class FibonacciArcs 
       Inherits C1.WPF.Chart.Series
    'Usage
     
    
    Dim instance As FibonacciArcs
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class FibonacciArcs : C1.WPF.Chart.Series 
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class FibonacciArcs : public C1.WPF.Chart.Series 
    Inheritance Hierarchy

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

    See Also