FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.CustomFields.4.8 Assembly / C1.Win.FlexReport.CustomFields.Maps Namespace / C1Mapper Class / DrawPoint Method
Unique string identifying the layer.
The specified longitude.
The specified latitude.
The caption of marker.
The font of label.
The color of label text.
The shape of marker.
The size of the marker shape.
The color of the line.
The background color of the polyline.

In This Topic
    DrawPoint Method
    In This Topic
    Adds a point.
    Syntax
    'Declaration
     
    Public Sub DrawPoint( _
       ByVal layerKey As String, _
       ByVal longitude As Double, _
       ByVal latitude As Double, _
       ByVal caption As String, _
       ByVal font As Font, _
       ByVal textColor As Color, _
       ByVal markShape As MarkerShape, _
       ByVal size As Double, _
       ByVal stroke As Color, _
       ByVal fill As Color _
    ) 
    public void DrawPoint( 
       string layerKey,
       double longitude,
       double latitude,
       string caption,
       Font font,
       Color textColor,
       MarkerShape markShape,
       double size,
       Color stroke,
       Color fill
    )

    Parameters

    layerKey
    Unique string identifying the layer.
    longitude
    The specified longitude.
    latitude
    The specified latitude.
    caption
    The caption of marker.
    font
    The font of label.
    textColor
    The color of label text.
    markShape
    The shape of marker.
    size
    The size of the marker shape.
    stroke
    The color of the line.
    fill
    The background color of the polyline.
    See Also