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


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