Share via


SeriesDataBinding.ChartAreaName Property

Gets or sets the name of the ChartArea object used to plot the data series.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)

Syntax

'Declaration
Public Property ChartAreaName As String
    Get
    Set
'Usage
Dim instance As SeriesDataBinding
Dim value As String

value = instance.ChartAreaName

instance.ChartAreaName = value
public string ChartAreaName { get; set; }

Property Value

Type: System.String
The String object that represents the name of the ChartArea object used to plot the data series.

See Also

Reference

SeriesDataBinding Class

SeriesDataBinding Members

Microsoft.Office.Server.WebControls Namespace