ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _OverlayRange Class / minX Property

In This Topic
    minX Property (_OverlayRange)
    In This Topic
    Syntax
    'Declaration
     
    Public Property minX As Nullable(Of Double)
    public Nullable<double> minX {get; set;}
    See Also