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