[]
Raises the chart properties dialog at runtime.
public DialogResult ShowProperties()
Type | Description |
---|---|
DialogResult | DialogResult |
The properties dialog allows modification of the chart properties, including data, at runtime. All available properties are displayed on multiple tabs.
Raises the chart properties dialog at runtime.
public DialogResult ShowProperties(ref Rectangle rect)
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. |
Type | Description |
---|---|
DialogResult | DialogResult |
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.
Raises the customized chart properties dialog at runtime.
public DialogResult ShowProperties(PropertyPageFlags ppf)
Type | Name | Description |
---|---|---|
PropertyPageFlags | ppf | Specifies PropertyPageFlags combinations that limit available properties. |
Type | Description |
---|---|
DialogResult | DialogResult |
Raises the customized chart properties dialog at runtime.
public DialogResult ShowProperties(PropertyPageFlags ppf, ref Rectangle rect)
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. |
Type | Description |
---|---|
DialogResult | DialogResult |
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.
Raises the properties dialog at runtime using specified dialog version.
public DialogResult ShowProperties(DesignerDialogEnum version)
Type | Name | Description |
---|---|---|
DesignerDialogEnum | version | Dialog version. |
Type | Description |
---|---|
DialogResult | DialogResult |