[]
        
(Showing Draft Content)

C1.Win.C1Chart.C1Chart.ShowProperties

ShowProperties Method

ShowProperties()

Raises the chart properties dialog at runtime.

Declaration
public DialogResult ShowProperties()
Public Function ShowProperties() As DialogResult
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)
Public Function ShowProperties(ByRef rect As Rectangle) As DialogResult
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)
Public Function ShowProperties(ppf As PropertyPageFlags) As DialogResult
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)
Public Function ShowProperties(ppf As PropertyPageFlags, ByRef rect As Rectangle) As DialogResult
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)
Public Function ShowProperties(version As DesignerDialogEnum) As DialogResult
Parameters
Type Name Description
DesignerDialogEnum version

Dialog version.

Returns
Type Description
DialogResult

DialogResult