Class MapItem
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public abstract class MapItem : ReportObject, IGraphItem
Constructors
MapItem()
Declaration
protected MapItem()
Properties
Bounds
Specifies the map item's bounds.
Declaration
public RectangleU Bounds { get; set; }
Property Value
Height
IsInsidePlotArea
Determines whether the map item is inside or outside the plot area.
Declaration
public bool IsInsidePlotArea { get; set; }
Property Value
System.
|
Left
Specifies the map item's left position.
Declaration
public Unit Left { get; set; }
Property Value
Location
Specifies the map item's location.
Declaration
public PointU Location { get; set; }
Property Value
Size
Style
Top
Specifies the map item's top position.
Declaration
public Unit Top { get; set; }