New to Telerik ReportingStart a free 30-day trial

Represents a series of data points in the Map report item that displays markers for the point location.

Definition

Constructors

TODO: Add documentation.

C#
public PointMapSeries()

Properties

Gets or sets a value indicating how the labels of the data points to be aligned.

C#
public LineDataPointLabelAlignment DataPointLabelAlignment { get; set; }

Gets or sets the DataPointLabel offset, according the DataPointLabelPosition.

C#
public Unit DataPointLabelOffset { get; set; }

Latitude

string

Gets or sets an expression that defines the Latitude coordinate for the data points.

C#
public string Latitude { get; set; }

Longitude

string

Gets or sets an expression that defines the Longitude coordinate for the data points.

C#
public string Longitude { get; set; }

Gets or sets the size for the maximum value of the Size property.

C#
public Unit MarkerMaxSize { get; set; }
Remarks:

Use the MarkerMinSize and MarkerMaxSize properties in conjunction with the Size property to create a Bubble chart;

Gets or sets the size of the markers for the minimum value of the Size property.

C#
public Unit MarkerMinSize { get; set; }
Remarks:

Use the MarkerMinSize and MarkerMaxSize properties in conjunction with the Size property to create a Bubble chart;

Gets or sets the size of the markers if no Size is specified;

C#
public Unit MarkerSize { get; set; }

Gets or sets the shape of the marker.

C#
public DataPointMarkerType MarkerType { get; set; }

Gets or sets a value that defines the maximum size of the markers. Use this property to create a Bubble like charts.

C#
public double MaximumSize { get; set; }
Property Value:

The maximum size of the markers/bubbles. Set to NaN for the value to be defined at run time according to the data. The default value is NaN.

Gets or sets a value that defines the minimum size of the markers. Use this property to create a Bubble like charts.

C#
public double MinimumSize { get; set; }
Property Value:

The minimum size of the markers/bubbles. Set to NaN for the value to be defined at run time according to the data. The default value is NaN.

Size

string

Gets or sets an expression that defines the size of the markers. Use this property to create a Bubble like charts.

C#
public string Size { get; set; }