New to Telerik ReportingStart a free 30-day trial

TODO: Add documentation.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
public abstract class GraphItem : ReportObject

Inheritance: objectReportObjectGraphItem

Derived Classes: GraphLegendGraphTitle

Inherited Members ReportObject.ToString(string[])

Constructors

TODO: Add documentation.

C#
protected GraphItem()

Properties

Specifies the graph item's bounds.

C#
[Browsable(false)]
public RectangleU Bounds { get; set; }

Specifies the graph item's height.

C#
[Browsable(false)]
public Unit Height { get; set; }

Determines whether the graph item is inside or outside the plot area.

C#
[AIAssistantDescription("Determines whether the graph item is inside or outside the plot area. Plot area is the area where the graph series are plotted. Default is false, Set to true to overlay the item on the plot area.")]
public bool IsInsidePlotArea { get; set; }

Specifies the graph item's left position.

C#
[Browsable(false)]
public Unit Left { get; set; }

Specifies the graph item's location.

C#
public PointU Location { get; set; }

Specifies the graph item's size.

C#
public SizeU Size { get; set; }

Specifies the graph item's style.

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }

Specifies the graph item's top position.

C#
[Browsable(false)]
public Unit Top { get; set; }

Specifies the graph item's width.

C#
[Browsable(false)]
public Unit Width { get; set; }