WizardProps2 Constructor
WizardProps2(Chart2DTypeEnum)
Declaration
public WizardProps2(Chart2DTypeEnum type)
Public Sub New(type As Chart2DTypeEnum)
Parameters
WizardProps2(Chart2DTypeEnum, bool)
Declaration
public WizardProps2(Chart2DTypeEnum type, bool stacked)
Public Sub New(type As Chart2DTypeEnum, stacked As Boolean)
Parameters
WizardProps2(Chart2DTypeEnum, bool, bool, bool)
Declaration
public WizardProps2(Chart2DTypeEnum type, bool stacked, bool lines, bool symbols)
Public Sub New(type As Chart2DTypeEnum, stacked As Boolean, lines As Boolean, symbols As Boolean)
Parameters
WizardProps2(Chart2DTypeEnum, bool, bool, bool, FitTypeEnum)
Declaration
public WizardProps2(Chart2DTypeEnum type, bool stacked, bool lines, bool symbols, FitTypeEnum fit)
Public Sub New(type As Chart2DTypeEnum, stacked As Boolean, lines As Boolean, symbols As Boolean, fit As FitTypeEnum)
Parameters