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

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