Raises the chart wizard dialog at runtime.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public DialogResult ShowWizard()
Visual Basic
Public Function ShowWizard As DialogResult

Return Value

DialogResult.

Remarks

The chart wizard displays the chart properties step by step, permitting the construction or modification of a chart in a progressive and logical manner.

See Also