Class
PointMapSeries

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

Definition

Constructors

PointMapSeries()

TODO: Add documentation.

Declaration

cs-api-definition
public PointMapSeries()

Properties

DataPointLabelAlignment

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

Declaration

cs-api-definition
public LineDataPointLabelAlignment DataPointLabelAlignment { get; set; }

Property Value

LineDataPointLabelAlignment

DataPointLabelOffset

Gets or sets the DataPointLabel offset, according the DataPointLabelPosition.

Declaration

cs-api-definition
public Unit DataPointLabelOffset { get; set; }

Property Value

Unit

Latitude

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

Declaration

cs-api-definition
public string Latitude { get; set; }

Property Value

string

Longitude

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

Declaration

cs-api-definition
public string Longitude { get; set; }

Property Value

string

MarkerMaxSize

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

Declaration

cs-api-definition
public Unit MarkerMaxSize { get; set; }

Property Value

Unit

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

cs-api-definition
public Unit MarkerMinSize { get; set; }

Property Value

Unit

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;

Declaration

cs-api-definition
public Unit MarkerSize { get; set; }

Property Value

Unit

MarkerType

Gets or sets the shape of the marker.

Declaration

cs-api-definition
public DataPointMarkerType MarkerType { get; set; }

Property Value

DataPointMarkerType

MaximumSize

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

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public string Size { get; set; }

Property Value

string