SeriesDataBinding.NewChartArea Property
Gets or sets a flag indicating whether to create a new chart area.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)
Syntax
'Declaration
Public Property NewChartArea As Boolean
Get
Set
'Usage
Dim instance As SeriesDataBinding
Dim value As Boolean
value = instance.NewChartArea
instance.NewChartArea = value
public bool NewChartArea { get; set; }
Property Value
Type: System.Boolean
true if a new chart area will be created; otherwise, false.