ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / ChartView Class / BackgroundProperty Field


In This Topic
    BackgroundProperty Field (ChartView)
    In This Topic
    Identifies the Background dependency property.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly BackgroundProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = ChartView.BackgroundProperty
    public static readonly DependencyProperty BackgroundProperty
    See Also