[]
        
(Showing Draft Content)

C1.Win.C1Chart.C1Chart.ShowProperties

ShowProperties Method

ShowProperties()

Raises the chart properties dialog at runtime.

Declaration
public DialogResult ShowProperties()
Returns
Type Description
DialogResult

DialogResult

Remarks

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

ShowProperties(ref Rectangle)

Raises the chart 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 allows modification of the chart properties, including data, at runtime. All available properties are displayed on multiple tabs.

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

ShowProperties(PropertyPageFlags)

Raises the customized chart properties dialog at runtime.

Declaration
public DialogResult ShowProperties(PropertyPageFlags ppf)
Parameters
Type Name Description
PropertyPageFlags ppf

Specifies PropertyPageFlags combinations that limit available properties.

Returns
Type Description
DialogResult

DialogResult

ShowProperties(PropertyPageFlags, ref Rectangle)

Raises the customized chart properties dialog at runtime.

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

Specifies PropertyPageFlags combinations that limit available properties.

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 allows modification of the chart properties, including data, at runtime. All available properties are displayed on multiple tabs.

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

ShowProperties(DesignerDialogEnum)

Raises the properties dialog at runtime using specified dialog version.

Declaration
public DialogResult ShowProperties(DesignerDialogEnum version)
Parameters
Type Name Description
DesignerDialogEnum version

Dialog version.

Returns
Type Description
DialogResult

DialogResult