GraphItem
Class
TODO: Add documentation.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public abstract class GraphItem : ReportObject
Inheritance: objectReportObjectGraphItem
Derived Classes:
Inherited Members
Constructors
TODO: Add documentation.
C#
protected GraphItem()
Properties
Specifies the graph item's bounds.
C#
[Browsable(false)]
public RectangleU Bounds { get; set; }
IsInsidePlotArea
bool
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 style.
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }