Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields.Maps Namespace / PointsLayer Class / Latitude Property

In This Topic
    Latitude Property (PointsLayer)
    In This Topic
    Gets or sets an expression specifying the latitude of a marker. Ignored if MapLocation is not empty.
    Syntax
    'Declaration
     
    Public Property Latitude As String
    public string Latitude {get; set;}
    See Also