ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / ChartPanelObject Class / AxisYProperty Field


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