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

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