ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / C1FlexChart Class / AxisY Property



In This Topic
    AxisY Property (C1FlexChart)
    In This Topic
    Gets or sets the main chart y-axis.
    Syntax
    'Declaration
     
    
    Public Property AxisY As Axis
    'Usage
     
    
    Dim instance As C1FlexChart
    Dim value As Axis
     
    instance.AxisY = value
     
    value = instance.AxisY
    public Axis AxisY {get; set;}
    public:
    property Axis^ AxisY {
       Axis^ get();
       void set (    Axis^ value);
    }
    See Also