Class
Graph

Use the Graph item to add charts to a report.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[ToolboxBitmap(typeof(Graph), "Resources.Graph.bmp")]
public class Graph : DataItem, IToggleVisibilityTarget, IActionTarget, IDataItem, IDataFlow, IDataSourceContainer

Inheritance: objectReportObjectReportItemBaseReportItemDataItemGraph

Implements: IActionTargetIDataFlowIDataItemIDataSourceContainerIToggleVisibilityTarget

Inherited Members DataItem.OnNeedDataSource(object, EventArgs)DataItem.NeedDataSourceMethodNameDataItem.DataSourceDataItem.FiltersDataItem.NoDataMessageDataItem.NoDataStyleDataItem.SortingsDataItem.SortingDataItem.NeedDataSourceReportItem.SizeReportItem.LocationReportItem.AnchoringReportItem.DockingReportItem.BoundsReportItem.LeftReportItem.RightReportItem.TopReportItem.BottomReportItem.WidthReportItem.HeightReportItemBase.Dispose()ReportItemBase.Dispose(bool)ReportItemBase.ToString()ReportItemBase.Contains(ReportItemBase)ReportItemBase.GetEventHandlers(EventHandler)ReportItemBase.OnItemValidate(ReportItemBase)ReportItemBase.ClearGlobalDependencies()ReportItemBase.ContainerReportItemBase.DesignModeReportItemBase.SiteReportItemBase.NameReportItemBase.ItemDataBindingMethodNameReportItemBase.ItemDataBoundMethodNameReportItemBase.VisibleReportItemBase.StyleNameReportItemBase.StyleReportItemBase.ItemsReportItemBase.ParentReportItemBase.ReportReportItemBase.ConditionalFormattingReportItemBase.BookmarkReportItemBase.BookmarkIdReportItemBase.DocumentMapTextReportItemBase.TocTextReportItemBase.ActionReportItemBase.BindingsReportItemBase.ToolTipReportItemBase.AccessibleDescriptionReportItemBase.AccessibleRoleReportItemBase.AIDescriptionReportItemBase.ItemDataBindingReportItemBase.ItemDataBoundReportItemBase.DisposedReportObject.ToString(string[])

Constructors

Graph()

TODO: Add documentation.

Declaration

cs-api-definition
public Graph()

Properties

CategoryGroups

Gets the hierarchy of GraphGroups that define the categories for the current Graph.

Declaration

cs-api-definition
public GraphGroupCollection CategoryGroups { get; }

Property Value

GraphGroupCollection

ColorPalette

Gets or sets the color palette used for graph series.

Declaration

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

Property Value

IColorPalette

A IColorPalette implementation representing color palette used for graph series.

CoordinateSystems

Gets the collection of GraphCoordinateSystems.

Declaration

cs-api-definition
public GraphCoordinateSystemCollection CoordinateSystems { get; }

Property Value

GraphCoordinateSystemCollection

Culture

Gets or sets the culture information associated with the Graph item.

Declaration

cs-api-definition
public CultureInfo Culture { get; set; }

Property Value

CultureInfo

A CultureInfo representing the culture supported by the Graph.

DefaultSize

TODO: Add documentation.

Declaration

cs-api-definition
protected override SizeU DefaultSize { get; }

Property Value

SizeU

Overrides ReportItem.DefaultSize

Legend

Gets the Legend for the current Graph

Declaration

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

Property Value

GraphLegend

PlotAreaStyle

Gets the style of the plot area.

Declaration

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

Property Value

Style

Remarks

The plot area of a Graph is the area where all series including the data points and labels are rendered. The plot area also contains all grid lines if defined.

Series

Gets the collection of GraphSeries defined for the current Graph.

Declaration

cs-api-definition
public GraphSeriesCollection Series { get; }

Property Value

GraphSeriesCollection

SeriesGroups

Gets the hierarchy of GraphGroups that define the series for the current Graph.

Declaration

cs-api-definition
public GraphGroupCollection SeriesGroups { get; }

Property Value

GraphGroupCollection

Titles

Gets the collection of GraphTitle defined for the current Graph.

Declaration

cs-api-definition
public GraphTitleCollection Titles { get; }

Property Value

GraphTitleCollection