[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapMarker

IMapMarker Interface

Represents the marker for map spatial elements.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IMapMarker

Properties

Name Description
Action

Gets the action associated with the marker if any, otherwise null.

Hidden

Gets a value indicating whether the marker is hidden.

Label

Gets the marker label.

LabelPlacement

Gets the label placement.

MarkerImage

Gets the marker image.

MarkerStyle

Gets the marker style.

Name

Gets the marker name.

OffsetX

Gets the offset of the x-coordinate specifying in pixels.

OffsetY

Gets the offset of the y-coordinate specifying in pixels.

Size

Gets the marker size.

Style

Gets the style.

Tooltip

Gets the tooltip.

Extension Methods