ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / C1FlexPie Class / DataLabel Property



In This Topic
    DataLabel Property (C1FlexPie)
    In This Topic
    Gets or sets the data label.
    Syntax
    'Declaration
     
    
    Public Property DataLabel As PieDataLabel
    'Usage
     
    
    Dim instance As C1FlexPie
    Dim value As PieDataLabel
     
    instance.DataLabel = value
     
    value = instance.DataLabel
    public PieDataLabel DataLabel {get; set;}
    public:
    property PieDataLabel^ DataLabel {
       PieDataLabel^ get();
       void set (    PieDataLabel^ value);
    }
    See Also