ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / DataSeries Class / SelectedItemLabelTemplateProperty Field


In This Topic
    SelectedItemLabelTemplateProperty Field
    In This Topic
    Using a DependencyProperty as the backing store for SelectedItemLabelTemplate. This enables animation, styling, binding, etc...
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly SelectedItemLabelTemplateProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = DataSeries.SelectedItemLabelTemplateProperty
    public static readonly DependencyProperty SelectedItemLabelTemplateProperty
    See Also