Class PointMapSeries
Represents a series of data points in the Map report item that displays markers for the point location.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class PointMapSeries : LocationMapSeries, INamedObject, ILineSeries, IScatterSeries, IGraphSeries2D, IGraphSeries
Constructors
PointMapSeries()
Declaration
public PointMapSeries()
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.
Declaration
public Unit DataPointLabelOffset { get; set; }
Property Value
Latitude
Gets or sets an expression that defines the Latitude coordinate for the data points.
Declaration
public string Latitude { get; set; }
Property Value
System.
|
Longitude
Gets or sets an expression that defines the Longitude coordinate for the data points.
Declaration
public string Longitude { get; set; }
Property Value
System.
|
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 Marker
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 Marker
MarkerSize
Gets or sets the size of the markers if no Size is specified;
Declaration
public Unit MarkerSize { get; set; }
Property Value
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
System. The maximum size of the markers/bubbles.
Set to System. |
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
System. The minimum size of the markers/bubbles.
Set to System. |
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
System.
|