[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.C1Chart3D.ShowProperties

ShowProperties Method

ShowProperties()

Raises the properties dialog at runtime.

Declaration
public DialogResult ShowProperties()
Returns
Type Description
DialogResult

DialogResult

See Also

ShowProperties(ref Rectangle)

Raises the properties dialog at runtime.

Declaration
public DialogResult ShowProperties(ref Rectangle rect)
Parameters
Type Name Description
Rectangle rect

Specifies a Rectangle reference that provides and returns the properties dialog location in screen coordinates.

Specifying an empty rectangle will center the properties dialog relative to the chart parent window.
Returns
Type Description
DialogResult

DialogResult

Remarks

The properties dialog will always be displayed with a minimum size.

See Also