ClassPointMapSeries
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
Properties
DataPointLabelAlignment
Gets or sets a value indicating how the labels of the data points to be aligned.
Declaration
public LineDataPointLabelAlignment DataPointLabelAlignment { get; set; }
Property Value
DataPointLabelOffset
Gets or sets the DataPointLabel offset, according the DataPointLabelPosition.
Latitude
Gets or sets an expression that defines the Latitude coordinate for the data points.
Declaration
public string Latitude { get; set; }
Property Value
string
Longitude
Gets or sets an expression that defines the Longitude coordinate for the data points.
Declaration
public string Longitude { get; set; }
Property Value
string
MarkerMaxSize
Gets or sets the size for the maximum value of the Size property.
Declaration
public Unit MarkerMaxSize { get; set; }
Property Value
Remarks
Use the MarkerMinSize and MarkerMaxSize properties in conjunction with the Size property to create a Bubble chart;
MarkerMinSize
Gets or sets the size of the markers for the minimum value of the Size property.
Declaration
public Unit MarkerMinSize { get; set; }
Property Value
Remarks
Use the MarkerMinSize and MarkerMaxSize properties in conjunction with the Size property to create a Bubble chart;
MarkerSize
Gets or sets the size of the markers if no Size is specified;
MarkerType
Gets or sets the shape of the marker.
Declaration
public DataPointMarkerType MarkerType { get; set; }
Property Value
MaximumSize
Gets or sets a value that defines the maximum size of the markers. Use this property to create a Bubble like charts.
Declaration
public double MaximumSize { get; set; }
Property Value
double
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
Gets or sets a value that defines the minimum size of the markers. Use this property to create a Bubble like charts.
Declaration
public double MinimumSize { get; set; }
Property Value
double
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
Gets or sets an expression that defines the size of the markers. Use this property to create a Bubble like charts.
Declaration
public string Size { get; set; }
Property Value
string