ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.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
    public Axis AxisY {get; set;}
    See Also