[]
        
(Showing Draft Content)

C1.Win.FlexReport.CustomFields.Maps.C1Mapper.DrawPoint

DrawPoint Method

DrawPoint(string, double, double, string, Font, Color, MarkerShape, double, Color, Color)

Adds a point.

Declaration
public void DrawPoint(string layerKey, double longitude, double latitude, string caption, Font font, Color textColor, MarkerShape markShape, double size, Color stroke, Color fill)
Parameters
Type Name Description
string layerKey

Unique string identifying the layer.

double longitude

The specified longitude.

double latitude

The specified latitude.

string caption

The caption of marker.

Font font

The font of label.

Color textColor

The color of label text.

MarkerShape markShape

The shape of marker.

double size

The size of the marker shape.

Color stroke

The color of the line.

Color fill

The background color of the polyline.