Skip to main content
A newer version of this page is available. .

SeriesViewPageTab Enum

Lists the values that specify tabs on the Series Views page of the Chart Wizard.

Namespace: DevExpress.XtraCharts.Wizard

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

public enum SeriesViewPageTab

Members

Name Description
BarGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.Bar.

BarAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.Bar.

BarBorder

Identifies the Border tab on the Series Views wizard page, which is available when the current series view is ViewType.Bar.

BarShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.Bar.

BarIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.Bar.

BarTrendlines

Obsolete. Identifies the Trendlines tab on the Series Views wizard page, which is available when the current series view is ViewType.Bar.

BarFibonacciIndicators

Obsolete. Identifies the Fibonacci Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.Bar.

BarRegressionLines

Obsolete. Identifies the Regression Lines tab on the Series Views wizard page, which is available when the current series view is ViewType.Bar.

StackedBarGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedBar.

StackedBarAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedBar.

StackedBarBorder

Identifies the Border tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedBar.

StackedBarShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedBar.

StackedBarIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedBar.

StackedBarTrendlines

Obsolete. Identifies the Trendlines tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedBar.

StackedBarFibonacciIndicators

Obsolete. Identifies the Fibonacci Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedBar.

StackedBarRegressionLines

Obsolete. Identifies the Regression Lines tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedBar.

FullStackedBarGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedBar.

FullStackedBarAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedBar.

FullStackedBarBorder

Identifies the Border tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedBar.

FullStackedBarShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedBar.

FullStackedBarIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedBar.

FullStackedBarTrendlines

Obsolete. Identifies the Trendlines tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedBar.

FullStackedBarFibonacciIndicators

Obsolete. Identifies the Fibonacci Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedBar.

FullStackedBarRegressionLines

Obsolete. Identifies the Regression Lines tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedBar.

SideBySideStackedBarGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is SideBySideStackedBarSeriesView.

SideBySideStackedBarAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is SideBySideStackedBarSeriesView.

SideBySideStackedBarBorder

Identifies the Border tab on the Series Views wizard page, which is available when the current series view is SideBySideStackedBarSeriesView.

SideBySideStackedBarShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is SideBySideStackedBarSeriesView.

SideBySideStackedBarIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.SideBySideStackedBar.

SideBySideStackedBarTrendlines

Obsolete. Identifies the Trendlines tab on the Series Views wizard page, which is available when the current series view is SideBySideStackedBarSeriesView.

SideBySideStackedBarFibonacciIndicators

Obsolete. Identifies the Fibonacci Indicators tab on the Series Views wizard page, which is available when the current series view is SideBySideStackedBarSeriesView.

SideBySideStackedBarRegressionLines

Obsolete. Identifies the Regression Lines tab on the Series Views wizard page, which is available when the current series view is SideBySideStackedBarSeriesView.

SideBySideFullStackedBarGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is SideBySideFullStackedBarSeriesView.

SideBySideFullStackedBarAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is SideBySideFullStackedBarSeriesView.

SideBySideFullStackedBarBorder

Identifies the Border tab on the Series Views wizard page, which is available when the current series view is SideBySideFullStackedBarSeriesView.

SideBySideFullStackedBarShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is SideBySideFullStackedBarSeriesView.

SideBySideFullStackedBarIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.SideBySideFullStackedBar.

SideBySideFullStackedBarTrendlines

Obsolete. Identifies the Trendlines tab on the Series Views wizard page, which is available when the current series view is SideBySideFullStackedBarSeriesView.

SideBySideFullStackedBarFibonacciIndicators

Obsolete. Identifies the Fibonacci Indicators tab on the Series Views wizard page, which is available when the current series view is SideBySideFullStackedBarSeriesView.

SideBySideFullStackedBarRegressionLines

Obsolete. Identifies the Regression Lines tab on the Series Views wizard page, which is available when the current series view is SideBySideFullStackedBarSeriesView.

PieGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.Pie.

PieAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.Pie.

PieBorder

Identifies the Border tab on the Series Views wizard page, which is available when the current series view is ViewType.Pie.

PieExplodedPoints

Identifies the Exploded Points tab on the Series Views wizard page, which is available when the current series view is ViewType.Pie.

PieTitles

Identifies the Titles tab on the Series Views wizard page, which is available when the current series view is ViewType.Pie.

DoughnutGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.Doughnut.

DoughnutAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.Doughnut.

DoughnutBorder

Identifies the Border tab on the Series Views wizard page, which is available when the current series view is ViewType.Doughnut.

DoughnutExplodedPoints

Identifies the Exploded Points tab on the Series Views wizard page, which is available when the current series view is ViewType.Doughnut.

DoughnutTitles

Identifies the Titles tab on the Series Views wizard page, which is available when the current series view is ViewType.Doughnut.

NestedDoughnutGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.NestedDoughnut.

NestedDoughnutAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.NestedDoughnut.

NestedDoughnutBorder

Identifies the Border tab on the Point Labels wizard page, which is available when the current series view is ViewType.NestedDoughnut.

NestedDoughnutExplodedPoints

Identifies the Exploded Points tab on the Series Views wizard page, which is available when the current series view is ViewType.NestedDoughnut.

NestedDoughnutTitles

Identifies the Titles tab on the Series Views wizard page, which is available when the current series view is ViewType.NestedDoughnut.

FunnelGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.Funnel.

FunnelAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.Funnel.

FunnelBorder

Identifies the Border tab on the Series Views wizard page, which is available when the current series view is ViewType.Funnel.

FunnelTitles

Identifies the Titles tab on the Series Views wizard page, which is available when the current series view is ViewType.Funnel.

PointGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.Point.

PointAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.Point.

PointShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.Point.

PointMarker

Identifies the Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.Point.

PointIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.Point.

PointTrendlines

Obsolete. Identifies the Trendlines tab on the Series Views wizard page, which is available when the current series view is ViewType.Point.

PointFibonacciIndicators

Obsolete. Identifies the Fibonacci Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.Point.

PointRegressionLines

Obsolete. Identifies the Regression Lines tab on the Series Views wizard page, which is available when the current series view is ViewType.Point.

RadarPointGeneral

Obsolete. Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.RadarPoint.

RadarPointAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.RadarPoint.

RadarPointShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.RadarPoint.

RadarPointMarker

Identifies the Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.RadarPoint.

PolarPointGeneral

Obsolete. Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.PolarPoint.

PolarPointAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.PolarPoint.

PolarPointShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.PolarPoint.

PolarPointMarker

Identifies the Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.PolarPoint.

LineGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.Line.

LineAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.Line.

LineShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.Line.

LineMarker

Identifies the Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.Line.

LineIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.Line.

LineTrendlines

Obsolete. Identifies the Trendlines tab on the Series Views wizard page, which is available when the current series view is ViewType.Line.

LineFibonacciIndicators

Obsolete. Identifies the Fibonacci Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.Line.

LineRegressionLines

Obsolete. Identifies the Regression Lines tab on the Series Views wizard page, which is available when the current series view is ViewType.Line.

StackedLineGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedLine.

StackedLineAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedLine.

StackedLineShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedLine.

StackedLineMarker

Identifies the Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedLine.

StackedLineIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedLine.

FullStackedLineGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedLine.

FullStackedLineAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedLine.

FullStackedLineShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedLine.

FullStackedLineMarker

Identifies the Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedLine.

FullStackedLineIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedLine.

SplineGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.Spline.

SplineAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.Spline.

SplineShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.Spline.

SplineMarker

Identifies the Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.Spline.

SplineIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.Spline.

SplineTrendlines

Obsolete. Identifies the Trendlines tab on the Series Views wizard page, which is available when the current series view is ViewType.Spline.

SplineFibonacciIndicators

Obsolete. Identifies the Fibonacci Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.Spline.

SplineRegressionLines

Obsolete. Identifies the Regression Lines tab on the Series Views wizard page, which is available when the current series view is ViewType.Spline.

StepLineGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.StepLine.

StepLineAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.StepLine.

StepLineShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.StepLine.

StepLineMarker

Identifies the Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.StepLine.

StepLineIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.StepLine.

StepLineTrendlines

Obsolete. Identifies the Trendlines tab on the Series Views wizard page, which is available when the current series view is ViewType.StepLine.

StepLineFibonacciIndicators

Obsolete. Identifies the Fibonacci Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.StepLine.

StepLineRegressionLines

Obsolete. Identifies the Regression Lines tab on the Series Views wizard page, which is available when the current series view is ViewType.StepLine.

ScatterLineGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.ScatterLine.

ScatterLineAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.ScatterLine.

ScatterLineShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.ScatterLine.

ScatterLineMarker

Identifies the Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.ScatterLine.

ScatterLineIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.ScatterLine.

ScatterLineTrendlines

Obsolete. Identifies the Trendlines tab on the Series Views wizard page, which is available when the current series view is ViewType.ScatterLine.

ScatterLineFibonacciIndicators

Obsolete. Identifies the Fibonacci Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.ScatterLine.

ScatterLineRegressionLines

Obsolete. Identifies the Regression Lines tab on the Series Views wizard page, which is available when the current series view is ViewType.ScatterLine.

SwiftPlotGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.SwiftPlot.

SwiftPlotAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.SwiftPlot.

SwiftPlotIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.SwiftPlot.

SwiftPlotTrendlines

Obsolete. Identifies the Trendlines tab on the Series Views wizard page, which is available when the current series view is ViewType.SwiftPlot.

SwiftPlotFibonacciIndicators

Obsolete. Identifies the Fibonacci Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.SwiftPlot.

SwiftPlotRegressionLines

Obsolete. Identifies the Regression Lines tab on the Series Views wizard page, which is available when the current series view is ViewType.SwiftPlot.

RadarLineGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.RadarLine.

RadarLineMarker

Identifies the Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.RadarLine.

RadarLineShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.RadarLine.

RadarLineAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.RadarLine.

ScatterRadarLineGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ScatterRadarLineSeriesView.

ScatterRadarLineMarker

Identifies the Marker tab on the Series Views wizard page, which is available when the current series view is ScatterRadarLineSeriesView.

ScatterRadarLineShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ScatterRadarLineSeriesView.

ScatterRadarLineAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ScatterRadarLineSeriesView.

PolarLineGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.PolarLine.

PolarLineMarker

Identifies the Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.PolarLine.

PolarLineShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.PolarLine.

PolarLineAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.PolarLine.

ScatterPolarLineGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ScatterPolarLineSeriesView.

ScatterPolarLineMarker

Identifies the Marker tab on the Series Views wizard page, which is available when the current series view is ScatterPolarLineSeriesView.

ScatterPolarLineShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ScatterPolarLineSeriesView.

ScatterPolarLineAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ScatterPolarLineSeriesView.

AreaGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.Area.

AreaAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.Area.

AreaBorder

Identifies the Border tab on the Series Views wizard page, which is available when the current series view is ViewType.Area.

AreaShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.Area.

AreaMarker

Identifies the Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.Area.

AreaIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.Area.

AreaTrendlines

Obsolete. Identifies the Trendlines tab on the Series Views wizard page, which is available when the current series view is ViewType.Area.

AreaFibonacciIndicators

Obsolete. Identifies the Fibonacci Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.Area.

AreaRegressionLines

Obsolete. Identifies the Regression Lines tab on the Series Views wizard page, which is available when the current series view is ViewType.Area.

StepAreaGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.StepArea.

StepAreaAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.StepArea.

StepAreaBorder

Identifies the Border tab on the Series Views wizard page, which is available when the current series view is ViewType.StepArea.

StepAreaShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.StepArea.

StepAreaMarker

Identifies the Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.StepArea.

StepAreaIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.StepArea.

StackedStepAreaGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedStepArea.

StackedStepAreaAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedStepArea.

StackedStepAreaBorder

Identifies the Border tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedStepArea.

StackedStepAreaShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedStepArea.

StackedStepAreaIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedStepArea.

SplineAreaGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.SplineArea.

SplineAreaAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.SplineArea.

SplineAreaBorder

Identifies the Border tab on the Series Views wizard page, which is available when the current series view is ViewType.SplineArea.

SplineAreaShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.SplineArea.

SplineAreaMarker

Identifies the Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.SplineArea.

SplineAreaIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.SplineArea.

SplineAreaTrendlines

Obsolete. Identifies the Trendlines tab on the Series Views wizard page, which is available when the current series view is ViewType.SplineArea.

SplineAreaFibonacciIndicators

Obsolete. Identifies the Fibonacci Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.SplineArea.

SplineAreaRegressionLines

Obsolete. Identifies the Regression Lines tab on the Series Views wizard page, which is available when the current series view is ViewType.SplineArea.

StackedAreaGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedArea.

StackedAreaAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedArea.

StackedAreaBorder

Identifies the Border tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedArea.

StackedAreaShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedArea.

StackedAreaIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedArea.

StackedAreaTrendlines

Obsolete. Identifies the Trendlines tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedArea.

StackedAreaFibonacciIndicators

Obsolete. Identifies the Fibonacci Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedArea.

StackedAreaRegressionLines

Obsolete. Identifies the Regression Lines tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedArea.

StackedSplineAreaGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedSplineArea.

StackedSplineAreaBorder

Identifies the Border tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedSplineArea.

StackedSplineAreaAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedSplineArea.

StackedSplineAreaShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedSplineArea.

StackedSplineAreaIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedSplineArea.

StackedSplineAreaTrendlines

Obsolete. Identifies the Trendlines tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedSplineArea.

StackedSplineAreaFibonacciIndicators

Obsolete. Identifies the Fibonacci Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedSplineArea.

StackedSplineAreaRegressionLines

Obsolete. Identifies the Regression Lines tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedSplineArea.

FullStackedAreaGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedArea.

FullStackedAreaAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedArea.

FullStackedAreaShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedArea.

FullStackedAreaIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedArea.

FullStackedAreaTrendlines

Obsolete. Identifies the Trendlines tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedArea.

FullStackedAreaFibonacciIndicators

Obsolete. Identifies the Fibonacci Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedArea.

FullStackedAreaRegressionLines

Obsolete. Identifies the Regression Lines tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedArea.

FullStackedSplineAreaGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedSplineArea.

FullStackedSplineAreaAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedSplineArea.

FullStackedSplineAreaShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedSplineArea.

FullStackedSplineAreaIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedSplineArea.

FullStackedSplineAreaTrendlines

Obsolete. Identifies the Trendlines tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedSplineArea.

FullStackedSplineAreaFibonacciIndicators

Obsolete. Identifies the Fibonacci Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedSplineArea.

FullStackedSplineAreaRegressionLines

Obsolete. Identifies the Regression Lines tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedSplineArea.

FullStackedStepAreaGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedStepArea.

FullStackedStepAreaAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedStepArea.

FullStackedStepAreaShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedStepArea.

FullStackedStepAreaIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedStepArea.

RangeAreaGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.RangeArea.

RangeAreaAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.RangeArea.

RangeAreaBorder

Identifies the Border tab on the Series Views wizard page, which is available when the current series view is ViewType.RangeArea.

RangeAreaShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.RangeArea.

RangeAreaMarker1

Identifies the Marker 1 tab on the Series Views wizard page, which is available when the current series view is ViewType.RangeArea.

RangeAreaMarker2

Identifies the Marker 2 tab on the Series Views wizard page, which is available when the current series view is ViewType.RangeArea.

RangeAreaIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.RangeArea.

RadarRangeAreaAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.RadarRangeArea.

RadarRangeAreaBorder

Identifies the Area Border tab on the Series Views wizard page, which is available when the current series view is ViewType.RadarRangeArea.

RadarRangeAreaShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.RadarRangeArea.

RadarRangeAreaMarker1

Identifies the Marker 1 tab on the Series Views wizard page, which is available when the current series view is ViewType.RadarRangeArea.

RadarRangeAreaMarker2

Identifies the Marker 2 tab on the Series Views wizard page, which is available when the current series view is ViewType.RadarRangeArea.

RadarAreaGeneral

Obsolete. Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.RadarArea.

RadarAreaAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.RadarArea.

RadarAreaBorder

Identifies the Border tab on the Series Views wizard page, which is available when the current series view is ViewType.RadarArea.

RadarAreaShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.RadarArea.

RadarAreaMarker

Identifies the Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.RadarArea.

PolarAreaGeneral

Obsolete. Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.PolarArea.

PolarAreaAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.PolarArea.

PolarAreaBorder

Identifies the Border tab on the Series Views wizard page, which is available when the current series view is ViewType.PolarArea.

PolarAreaShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.PolarArea.

PolarAreaMarker

Identifies the Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.PolarArea.

PolarRangeAreaAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.PolarRangeArea.

PolarRangeAreaBorder

Identifies the Border tab on the Series Views wizard page, which is available when the current series view is ViewType.PolarRangeArea.

PolarRangeAreaShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.PolarRangeArea.

PolarRangeAreaMarker1

Identifies the Marker 1 tab on the Series Views wizard page, which is available when the current series view is ViewType.PolarRangeArea.

PolarRangeAreaMarker2

Identifies the Marker 2 tab on the Series Views wizard page, which is available when the current series view is ViewType.PolarRangeArea.

StockGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.Stock.

StockShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.Stock.

StockIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.Stock.

StockTrendlines

Obsolete. Identifies the Trendlines tab on the Series Views wizard page, which is available when the current series view is ViewType.Stock.

StockFibonacciIndicators

Obsolete. Identifies the Fibonacci Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.Stock.

StockRegressionLines

Obsolete. Identifies the Regression Lines tab on the Series Views wizard page, which is available when the current series view is ViewType.Stock.

CandleStickGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.CandleStick.

CandleStickShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.CandleStick.

CandleStickIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.CandleStick.

CandleStickTrendlines

Obsolete. Identifies the Trendlines tab on the Series Views wizard page, which is available when the current series view is ViewType.CandleStick.

CandleStickFibonacciIndicators

Obsolete. Identifies the Fibonacci Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.CandleStick.

CandleStickRegressionLines

Obsolete. Identifies the Regression Lines tab on the Series Views wizard page, which is available when the current series view is ViewType.CandleStick.

SideBySideRangeBarGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.SideBySideRangeBar.

SideBySideRangeBarAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.SideBySideRangeBar.

SideBySideRangeBarBorder

Identifies the Border tab on the Series Views wizard page, which is available when the current series view is ViewType.SideBySideRangeBar.

SideBySideRangeBarShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.SideBySideRangeBar.

SideBySideRangeBarMinMarker

Identifies the Min Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.SideBySideRangeBar.

SideBySideRangeBarMaxMarker

Identifies the Max Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.SideBySideRangeBar.

SideBySideRangeBarIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.SideBySideRangeBar.

SideBySideRangeBarTrendlines

Obsolete. Identifies the Trendlines tab on the Series Views wizard page, which is available when the current series view is ViewType.SideBySideRangeBar.

SideBySideRangeBarFibonacciIndicators

Obsolete. Identifies the Fibonacci Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.SideBySideRangeBar.

SideBySideRangeBarRegressionLines

Obsolete. Identifies the Regression Lines tab on the Series Views wizard page, which is available when the current series view is ViewType.SideBySideRangeBar.

RangeBarGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.RangeBar.

RangeBarAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.RangeBar.

RangeBarBorder

Identifies the Border tab on the Series Views wizard page, which is available when the current series view is ViewType.RangeBar.

RangeBarShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.RangeBar.

RangeBarMinMarker

Identifies the Min Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.RangeBar.

RangeBarMaxMarker

Identifies the Max Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.RangeBar.

RangeBarIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.RangeBar.

RangeBarTrendlines

Obsolete. Identifies the Trendlines tab on the Series Views wizard page, which is available when the current series view is ViewType.RangeBar.

RangeBarFibonacciIndicators

Obsolete. Identifies the Fibonacci Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.RangeBar.

RangeBarRegressionLines

Obsolete. Identifies the Regression Lines tab on the Series Views wizard page, which is available when the current series view is ViewType.RangeBar.

SideBySideGanttGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.SideBySideGantt.

SideBySideGanttAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.SideBySideGantt.

SideBySideGanttBorder

Identifies the Border tab on the Series Views wizard page, which is available when the current series view is ViewType.SideBySideGantt.

SideBySideGanttShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.SideBySideGantt.

SideBySideGanttMinMarker

Identifies the Min Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.SideBySideGantt.

SideBySideGanttMaxMarker

Identifies the Max Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.SideBySideGantt.

SideBySideGanttIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.SideBySideGantt.

SideBySideGanttTrendlines

Obsolete. Identifies the Trendlines tab on the Series Views wizard page, which is available when the current series view is ViewType.SideBySideGantt.

SideBySideGanttFibonacciIndicators

Obsolete. Identifies the Fibonacci Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.SideBySideGantt.

SideBySideGanttRegressionLines

Obsolete. Identifies the Regression Lines tab on the Series Views wizard page, which is available when the current series view is ViewType.SideBySideGantt.

GanttGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.Gantt.

GanttAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.Gantt.

GanttBorder

Identifies the Border tab on the Series Views wizard page, which is available when the current series view is ViewType.Gantt.

GanttShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.Gantt.

GanttMinMarker

Identifies the Min Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.Gantt.

GanttMaxMarker

Identifies the Max Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.Gantt.

GanttIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.Gantt.

GanttTrendlines

Obsolete. Identifies the Trendlines tab on the Series Views wizard page, which is available when the current series view is ViewType.Gantt.

GanttFibonacciIndicators

Obsolete. Identifies the Fibonacci Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.Gantt.

GanttRegressionLines

Obsolete. Identifies the Regression Lines tab on the Series Views wizard page, which is available when the current series view is ViewType.Gantt.

Bar3DGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.Bar3D.

Bar3DAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.Bar3D.

StackedBar3DGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedBar3D.

StackedBar3DAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedBar3D.

FullStackedBar3DGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedBar3D.

FullStackedBar3DAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedBar3D.

ManhattanBarGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.ManhattanBar.

ManhattanBarAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.ManhattanBar.

SideBySideStackedBar3DGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is SideBySideFullStackedBar3DSeriesView.

SideBySideStackedBar3DAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is SideBySideStackedBar3DSeriesView.

SideBySideFullStackedBar3DGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is SideBySideFullStackedBar3DSeriesView.

SideBySideFullStackedBar3DAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is SideBySideFullStackedBar3DSeriesView.

Pie3DGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.Pie3D.

Pie3DAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.Pie3D.

Pie3DExplodedPoints

Identifies the Exploded Points tab on the Series Views wizard page, which is available when the current series view is ViewType.Pie3D.

Pie3DTitles

Identifies the Titles tab on the Series Views wizard page, which is available when the current series view is ViewType.Pie3D.

Doughnut3DGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.Doughnut3D.

Doughnut3DAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.Doughnut3D.

Doughnut3DExplodedPoints

Identifies the Exploded Points tab on the Series Views wizard page, which is available when the current series view is ViewType.Doughnut3D.

Doughnut3DTitles

Identifies the Titles tab on the Series Views wizard page, which is available when the current series view is ViewType.Doughnut3D.

Funnel3DGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.Funnel3D.

Funnel3DAppearance

Obsolete. Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.Funnel3D.

Funnel3DTitles

Identifies the Titles tab on the Series Views wizard page, which is available when the current series view is ViewType.Funnel3D.

Line3DGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.Line3D.

Line3DAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.Line3D.

Line3DMarkerLine

Identifies the Marker Line tab on the Series Views wizard page, which is available when the current series view is ViewType.Line3D.

StackedLine3DGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedLine3D.

StackedLine3DAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedLine3D.

StackedLine3DMarkerLine

Identifies the Marker Line tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedLine3D.

FullStackedLine3DGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedLine3D.

FullStackedLine3DAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedLine3D.

FullStackedLine3DMarkerLine

Identifies the Marker Line tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedLine3D.

StepLine3DGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.StepLine3D.

StepLine3DAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.StepLine3D.

StepLine3DMarkerLine

Identifies the Marker Line tab on the Series Views wizard page, which is available when the current series view is ViewType.StepLine3D.

Area3DGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.Area3D.

Area3DAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.Area3D.

Area3DMarkerLine

Identifies the Marker Line tab on the Series Views wizard page, which is available when the current series view is ViewType.Area3D.

StackedArea3DGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedArea3D.

StackedArea3DAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedArea3D.

StackedArea3DMarkerLine

Identifies the Marker Line tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedArea3D.

FullStackedArea3DGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedArea3D.

FullStackedArea3DAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedArea3D.

FullStackedArea3DMarkerLine

Identifies the Marker Line tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedArea3D.

StepArea3DGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.StepArea3D.

StepArea3DAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.StepArea3D.

StepArea3DMarkerLine

Identifies the Marker Line tab on the Series Views wizard page, which is available when the current series view is ViewType.StepArea3D.

Spline3DGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.Spline3D.

Spline3DAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.Spline3D.

Spline3DMarker

Obsolete. Identifies the Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.Spline3D.

Spline3DMarkerLine

Identifies the Marker Line tab on the Series Views wizard page, which is available when the current series view is ViewType.Spline3D.

SplineArea3DGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.SplineArea3D.

SplineArea3DAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.SplineArea3D.

SplineArea3DMarker

Obsolete. Identifies the Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.SplineArea3D.

SplineArea3DMarkerLine

Identifies the Marker Line tab on the Series Views wizard page, which is available when the current series view is ViewType.SplineArea3D.

StackedSplineArea3DGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedSplineArea3D.

StackedSplineArea3DAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedSplineArea3D.

StackedSplineArea3DMarker

Obsolete. Identifies the Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedSplineArea3D.

StackedSplineArea3DMarkerLine

Identifies the Marker Line tab on the Series Views wizard page, which is available when the current series view is ViewType.StackedSplineArea3D.

FullStackedSplineArea3DGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedSplineArea3D.

FullStackedSplineArea3DAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedSplineArea3D.

FullStackedSplineArea3DMarker

Obsolete. Identifies the Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedSplineArea3D.

FullStackedSplineArea3DMarkerLine

Identifies the Marker Line tab on the Series Views wizard page, which is available when the current series view is ViewType.FullStackedSplineArea3D.

RangeArea3DGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.RangeArea3D.

RangeArea3DAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.RangeArea3D.

RangeArea3DMarkerLine

Identifies the Marker Line tab on the Series Views wizard page, which is available when the current series view is ViewType.RangeArea3D.

BubbleGeneral

Identifies the General tab on the Series Views wizard page, which is available when the current series view is ViewType.Bubble.

BubbleAppearance

Identifies the Appearance tab on the Series Views wizard page, which is available when the current series view is ViewType.Bubble.

BubbleShadow

Identifies the Shadow tab on the Series Views wizard page, which is available when the current series view is ViewType.Bubble.

BubbleMarker

Identifies the Marker tab on the Series Views wizard page, which is available when the current series view is ViewType.Bubble.

BubbleIndicators

Identifies the Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.Bubble.

BubbleTrendlines

Obsolete. Identifies the Trendlines tab on the Series Views wizard page, which is available when the current series view is ViewType.Bubble.

BubbleFibonacciIndicators

Obsolete. Identifies the Fibonacci Indicators tab on the Series Views wizard page, which is available when the current series view is ViewType.Bubble.

BubbleRegressionLines

Obsolete. Identifies the Regression Lines tab on the Series Views wizard page, which is available when the current series view is ViewType.Bubble.

Remarks

Values listed by the SeriesViewPageTab enumeration are used to manipulate the WizardSeriesViewPage.HiddenPageTabs collection via the SeriesViewPageTabCollection.Add, SeriesViewPageTabCollection.AddRange and SeriesViewPageTabCollection.Remove methods.

See Also