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



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

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

    See Also