ComponentOne Chart for .NET (2.0) Search HelpCentral 

C1Chart.ShowProperties Method

Overload List

Raises the chart properties dialog at runtime.

[Visual Basic] Overloads Public Function ShowProperties() As DialogResult

[C#] public DialogResult ShowProperties();

[Delphi] public  function ShowProperties() : DialogResult; overload;

Raises the properties dialog at runtime using specified dialog version.

[Visual Basic] Overloads Public Function ShowProperties(DesignerDialogEnum) As DialogResult

[C#] public DialogResult ShowProperties(DesignerDialogEnum);

[Delphi] public  function ShowProperties(DesignerDialogEnum) : DialogResult; overload;

Raises the customized chart properties dialog at runtime.

[Visual Basic] Overloads Public Function ShowProperties(PropertyPageFlags) As DialogResult

[C#] public DialogResult ShowProperties(PropertyPageFlags);

[Delphi] public  function ShowProperties(PropertyPageFlags) : DialogResult; overload;

See Also

C1Chart Class | C1Chart Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.