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
RectangleU
|
Height
IsInsidePlotArea
Determines whether the map item is inside or outside the plot area.
Declaration
public bool IsInsidePlotArea { get; set; }
Property Value
System.Boolean
|
Left
Specifies the map item's left position.
Declaration
public Unit Left { get; set; }
Property Value
Unit
|
Location
Specifies the map item's location.
Declaration
public PointU Location { get; set; }
Property Value
PointU
|
Size
Style
Top
Specifies the map item's top position.
Declaration
public Unit Top { get; set; }
Property Value
Unit
|