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

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