PointMapSeries
Represents a series of data points in the Map report item that displays markers for the point location.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
public class PointMapSeries : LocationMapSeries
Inheritance: objectMarshalByRefObjectComponentGraphSeriesBaseMapSeriesBaseLocationMapSeriesPointMapSeries...
Derived Classes:
Inherited Members
Constructors
TODO: Add documentation.
public PointMapSeries()
Properties
Gets or sets a value indicating how the labels of the data points to be aligned.
public LineDataPointLabelAlignment DataPointLabelAlignment { get; set; }
Gets or sets the DataPointLabel offset, according the DataPointLabelPosition.
public Unit DataPointLabelOffset { get; set; }
Latitude
string
Gets or sets an expression that defines the Latitude coordinate for the data points.
public string Latitude { get; set; }
Longitude
string
Gets or sets an expression that defines the Longitude coordinate for the data points.
public string Longitude { get; set; }
Gets or sets the size for the maximum value of the Size property.
public Unit MarkerMaxSize { get; set; }
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.
public Unit MarkerMinSize { get; set; }
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;
public Unit MarkerSize { get; set; }
Gets or sets the shape of the marker.
public DataPointMarkerType MarkerType { get; set; }
MaximumSize
double
Gets or sets a value that defines the maximum size of the markers. Use this property to create a Bubble like charts.
public double MaximumSize { get; set; }
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.
MinimumSize
double
Gets or sets a value that defines the minimum size of the markers. Use this property to create a Bubble like charts.
public double MinimumSize { get; set; }
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.
public string Size { get; set; }