SeriesDataBinding.SeriesType Property
Gets or sets the chart type for the series.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)
Syntax
'Declaration
Public Property SeriesType As Nullable(Of SeriesChartType)
Get
Set
'Usage
Dim instance As SeriesDataBinding
Dim value As Nullable(Of SeriesChartType)
value = instance.SeriesType
instance.SeriesType = value
public Nullable<SeriesChartType> SeriesType { get; set; }
Property Value
Type: System.Nullable<SeriesChartType>
The SeriesChartType object that represents the chart type for the series.