ComponentOne CandlestickChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / ChartAxis Class / Min Property

In This Topic
    Min Property
    In This Topic
    A value that indicates the minimum value of the axis.
    Syntax
    'Declaration
     
    Public Property Min As System.Nullable(Of Double)
    public System.Nullable<double> Min {get; set;}
    See Also