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



In This Topic
    DataLabelBase Class
    In This Topic
    Base class for chart data labels.
    Object Model
    DataLabelBase ClassChartStyle ClassChartStyle Class
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public MustInherit Class DataLabelBase 
       Inherits System.Windows.DependencyObject
    'Usage
     
    
    Dim instance As DataLabelBase
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public abstract class DataLabelBase : System.Windows.DependencyObject 
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class DataLabelBase abstract : public System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.Chart.DataLabelBase
                C1.WPF.Chart.DataLabel
                C1.WPF.Chart.PieDataLabel

    See Also