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


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