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

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