ClassGraphItem
Class
TODO: Add documentation.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public abstract class GraphItem : ReportObject
Inheritance: objectReportObjectGraphItem
Derived Classes:
Inherited Members
Constructors
Properties
Bounds
Specifies the graph item's bounds.
Declaration
cs-api-definition
[Browsable(false)]
public RectangleU Bounds { get; set; }
Property Value
Height
Specifies the graph item's height.
Declaration
cs-api-definition
[Browsable(false)]
public Unit Height { get; set; }
Property Value
IsInsidePlotArea
Determines whether the graph item is inside or outside the plot area.
Declaration
cs-api-definition
public bool IsInsidePlotArea { get; set; }
Property Value
bool
Left
Specifies the graph item's left position.
Location
Specifies the graph item's location.
Size
Specifies the graph item's size.
Style
Specifies the graph item's style.
Declaration
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }
Property Value
Top
Specifies the graph item's top position.