Class Graph
Use the Graph item to add charts to a report.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class Graph : DataItem, IReportItem, IComponent, IDisposable, IToggleVisibilityTarget, IActionTarget, IDesignTimeStyleEditable, IDesignTimeSelectable, IDataItem, IDataFlow, IDataSourceContainer, INamedObject, ISupportsNeedDataSource, IGraph, ISupportsInsertSeries
Constructors
Graph()
Declaration
public Graph()
Properties
CategoryGroups
Gets the hierarchy of GraphGroups that define the categories for the current Graph.
Declaration
public GraphGroupCollection CategoryGroups { get; }
Property Value
GraphGroupCollection
|
ColorPalette
Gets or sets the color palette used for graph series.
Declaration
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
public GraphCoordinateSystemCollection CoordinateSystems { get; }
Property Value
GraphCoordinateSystemCollection
|
Culture
Gets or sets the culture information associated with the Graph item.
Declaration
public CultureInfo Culture { get; set; }
Property Value
System.Globalization.CultureInfo
A System.Globalization.CultureInfo representing the culture supported by the Graph. |
DefaultSize
Legend
Gets the Legend for the current Graph
Declaration
public GraphLegend Legend { get; }
Property Value
GraphLegend
|
PlotAreaStyle
Gets the style of the plot area.
Declaration
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
public GraphSeriesCollection Series { get; }
Property Value
GraphSeriesCollection
|
SeriesGroups
Gets the hierarchy of GraphGroups that define the series for the current Graph.
Declaration
public GraphGroupCollection SeriesGroups { get; }
Property Value
GraphGroupCollection
|
Titles
Gets the collection of GraphTitle defined for the current Graph.
Declaration
public GraphTitleCollection Titles { get; }
Property Value
GraphTitleCollection
|