ClassGraph
Use the Graph item to add charts to a report.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
[ToolboxBitmap(typeof(Graph), "Resources.Graph.bmp")]
public class Graph : DataItem, IToggleVisibilityTarget, IActionTarget, IDataItem, IDataFlow, IDataSourceContainer
Inheritance: objectReportObjectReportItemBaseReportItemDataItemGraph
Implements:
Inherited Members
Constructors
Properties
CategoryGroups
Gets the hierarchy of GraphGroups that define the categories for the current Graph.
Declaration
public GraphGroupCollection CategoryGroups { get; }
Property Value
ColorPalette
Gets or sets the color palette used for graph series.
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public IColorPalette ColorPalette { get; set; }
Property Value
A IColorPalette implementation representing color palette used for graph series.
CoordinateSystems
Gets the collection of GraphCoordinateSystems.
Declaration
public GraphCoordinateSystemCollection CoordinateSystems { get; }
Property Value
Culture
Gets or sets the culture information associated with the Graph item.
Declaration
public CultureInfo Culture { get; set; }
Property Value
CultureInfo
A CultureInfo representing the culture supported by the Graph.
DefaultSize
TODO: Add documentation.
Declaration
protected override SizeU DefaultSize { get; }
Property Value
Overrides
Legend
Gets the Legend for the current Graph
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public GraphLegend Legend { get; }
Property Value
PlotAreaStyle
Gets the style of the plot area.
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style PlotAreaStyle { get; }
Property Value
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
SeriesGroups
Gets the hierarchy of GraphGroups that define the series for the current Graph.
Declaration
public GraphGroupCollection SeriesGroups { get; }
Property Value
Titles
Gets the collection of GraphTitle defined for the current Graph.
Declaration
public GraphTitleCollection Titles { get; }
Property Value