Raises the customized chart properties dialog at runtime.
[Visual Basic]
Overloads Public Function ShowProperties( _
ByVal ppf As PropertyPageFlags _
) As DialogResult
[C#]
public DialogResult ShowProperties(
PropertyPageFlags ppf
);
[Delphi]
public function ShowProperties(
ppf: PropertyPageFlags
): DialogResult; overload;
Parameters
ppf
Return Value
DialogResult.
See Also
C1Chart Class | C1Chart Members | C1.Win.C1Chart Namespace | C1Chart.ShowProperties Overload List
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |