ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PieOptions Class / GetSeriesLabelTemplate Method


In This Topic
    GetSeriesLabelTemplate Method
    In This Topic
    Gets the value of the SeriesLabelTemplate attached property for the specified chart.
    Syntax
    'Declaration
     
    
    Public Shared Function GetSeriesLabelTemplate( _
       ByVal chart As C1Chart _
    ) As DataTemplate
    'Usage
     
    
    Dim chart As C1Chart
    Dim value As DataTemplate
     
    value = PieOptions.GetSeriesLabelTemplate(chart)
    public static DataTemplate GetSeriesLabelTemplate( 
       C1Chart chart
    )

    Parameters

    chart
    See Also