2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / TransformEventArgs Class / MaxY Property

In This Topic
    MaxY Property (TransformEventArgs)
    In This Topic
    Gets or sets the new AxisY maximum.
    Syntax
    'Declaration
     
    Public Property MaxY As System.Double
    public System.double MaxY {get; set;}
    See Also