Raises the chart properties dialog at runtime.

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

Syntax

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

Return Value

DialogResult.

Remarks

The properties dialog allows modification of the chart properties, including data, at runtime. All available properties are displayed on multiple tabs.

See Also