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



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

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

    See Also