[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Chart

Chart Class

The Chart element defines a chart data region. The Chart is defined much like a Matrix, but instead of Columns, Rows, and Cells, the Chart has Categories, Series, and DataPoints.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class Chart : DataRegion, IReportComponent, IComponent, IDisposable, IValidateable, IScopeDefinition
Remarks

A Chart must have either a defined SeriesGroupings or a defined CategoryGroupings property, or both.

Constructors

Name Description
Chart()

Initializes a new instance of the Chart class.

Properties

Name Description
AccessibleDescription

Gets the description of the control used by accessibility client applications.

CategoryAxis

Gets or sets the category axis.

CategoryGroupings

Gets the set of category groupings for the chart.

ChartCustomPaletteColors

Represents ChartCustomPaletteColors element (DD RDL extension).

ChartData

Gets the data values for the chart.

ChartElementOutput

Gets or sets a value indicating whether a DataPoint element containing the chart data points appears in a data rendering.

ChartPalette

Gets or sets the color palette for the chart items.

ChartValueAxes

Gets collection of value axes for chart.

ChildScopes

Gets the child scopes.

Legend

Gets or sets the chart legend.

Palette

Gets or sets the color palette for the chart items.

PlotArea

Gets or sets the properties for the plot area.

PointWidth

Gets or sets the percent width for bars and columns. A value of 100 represents 100% of the distance between points. A value greater than 100 causes columns to overlap.

Properties

Gets the properties for extended chart types.

ReferenceLine

Gets or sets the properties for reference line.

ReportItemsInScope

Gets the report items in scope.

SeriesGroupings

Gets the set of series groupings for the chart.

Subtype

Gets or sets the subtype of the chart.

ThreeDProperties

Gets or sets the properties for a 3D chart layout.

Title

Gets or sets the title for the chart.

Type

Gets or sets the type of the chart.

ValueAxis

Gets or sets the value axis.

Methods

Name Description
GetExpressions()

Gets the expressions required for chart to be rendered.

Validate(ValidationContext)

Validates the information in each property of the Chart object.

Extension Methods