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