| C1.Win.C1Chart3D.4 Assembly > C1.Win.C1Chart3D Namespace > C1Chart3D Class > ShowProperties Method : ShowProperties(Rectangle) Method |
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.'Declaration Public Overloads Function ShowProperties( _ ByRef rect As System.Drawing.Rectangle _ ) As System.Windows.Forms.DialogResult
public System.Windows.Forms.DialogResult ShowProperties( ref System.Drawing.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.