Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / FlexPie Class / DataLabel Property

In This Topic
    DataLabel Property (FlexPie)
    In This Topic
    Gets the chart data label.
    Syntax
    'Declaration
     
    
    Public Property DataLabel As PieDataLabel
    public PieDataLabel DataLabel {get; set;}
    See Also