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



In This Topic
    FlexChartBase Class
    In This Topic
    Base class for FlexChart and FlexPie controls.
    Object Model
    FlexChartBase ClassChartStyle ClassChartStyle ClassChartStyle ClassChartStyle ClassChartStyle ClassChartStyle ClassChartStyle Class
    Syntax
    'Declaration
     
    
    <LicenseProviderAttribute()>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public MustInherit Class FlexChartBase 
       Inherits System.Windows.Controls.Control
    'Usage
     
    
    Dim instance As FlexChartBase
    [LicenseProvider()]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public abstract class FlexChartBase : System.Windows.Controls.Control 
    [LicenseProvider()]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class FlexChartBase abstract : public System.Windows.Controls.Control 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         C1.WPF.Chart.FlexChartBase
                            C1.WPF.Chart.C1FlexChart
                            C1.WPF.Chart.C1FlexPie
                            C1.WPF.Chart.C1TreeMap

    See Also