Class
GraphItem

TODO: Add documentation.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public abstract class GraphItem : ReportObject

Inheritance: objectReportObjectGraphItem

Derived Classes: GraphLegendGraphTitle

Inherited Members ReportObject.ToString(string[])

Constructors

GraphItem()

TODO: Add documentation.

Declaration

cs-api-definition
protected GraphItem()

Properties

Bounds

Specifies the graph item's bounds.

Declaration

cs-api-definition
[Browsable(false)]
public RectangleU Bounds { get; set; }

Property Value

RectangleU

Height

Specifies the graph item's height.

Declaration

cs-api-definition
[Browsable(false)]
public Unit Height { get; set; }

Property Value

Unit

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.

Declaration

cs-api-definition
[Browsable(false)]
public Unit Left { get; set; }

Property Value

Unit

Location

Specifies the graph item's location.

Declaration

cs-api-definition
public PointU Location { get; set; }

Property Value

PointU

Size

Specifies the graph item's size.

Declaration

cs-api-definition
public SizeU Size { get; set; }

Property Value

SizeU

Style

Specifies the graph item's style.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }

Property Value

Style

Top

Specifies the graph item's top position.

Declaration

cs-api-definition
[Browsable(false)]
public Unit Top { get; set; }

Property Value

Unit

Width

Specifies the graph item's width.

Declaration

cs-api-definition
[Browsable(false)]
public Unit Width { get; set; }

Property Value

Unit