ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace / IMap Interface / MaximumTotalPointCount Property

In This Topic
    MaximumTotalPointCount Property (IMap)
    In This Topic
    The maximum number of points in the map.
    Syntax
    'Declaration
     
    ReadOnly Property MaximumTotalPointCount As Nullable(Of Integer)
    Nullable<int> MaximumTotalPointCount {get;}
    See Also