ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / ChartData Class / SelectionActionProperty Field


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