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

Syntax

C#
public static DialogResult ShowDialog(
	Object parent,
	C1Chart chart
)
Visual Basic
Public Shared Function ShowDialog ( _
	parent As Object, _
	chart As C1Chart _
) As DialogResult

Parameters

parent
Type: System..::..Object
chart
Type: C1.Win.C1Chart..::..C1Chart

See Also