Gets or sets name of the chart area in which to plot the series. Defaults (if null or empty) to the first chart area in the chart.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public string ChartAreaName { get; set; }
Visual Basic
Public Property ChartAreaName As String
	Get
	Set

See Also