ChartClass.ChartWizard Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Sub ChartWizard ( _
Source As Object, _
Gallery As Object, _
Format As Object, _
PlotBy As Object, _
CategoryLabels As Object, _
SeriesLabels As Object, _
HasLegend As Object, _
Title As Object, _
CategoryTitle As Object, _
ValueTitle As Object, _
ExtraTitle As Object _
)
'Usage
Dim instance As ChartClass
Dim Source As Object
Dim Gallery As Object
Dim Format As Object
Dim PlotBy As Object
Dim CategoryLabels As Object
Dim SeriesLabels As Object
Dim HasLegend As Object
Dim Title As Object
Dim CategoryTitle As Object
Dim ValueTitle As Object
Dim ExtraTitle As Object
instance.ChartWizard(Source, Gallery, _
Format, PlotBy, CategoryLabels, SeriesLabels, _
HasLegend, Title, CategoryTitle, _
ValueTitle, ExtraTitle)
public virtual void ChartWizard(
Object Source,
Object Gallery,
Object Format,
Object PlotBy,
Object CategoryLabels,
Object SeriesLabels,
Object HasLegend,
Object Title,
Object CategoryTitle,
Object ValueTitle,
Object ExtraTitle
)
Parameters
- Source
Type: System.Object
- Gallery
Type: System.Object
- Format
Type: System.Object
- PlotBy
Type: System.Object
- CategoryLabels
Type: System.Object
- SeriesLabels
Type: System.Object
- HasLegend
Type: System.Object
- Title
Type: System.Object
- CategoryTitle
Type: System.Object
- ValueTitle
Type: System.Object
- ExtraTitle
Type: System.Object