Height Property (PlotArea)
In This Topic
Gets or sets height of the plot area. The height can be specified as number(sets the height in pixels) or string in the format '{number}*' (star sizing).
Syntax
'Declaration
Public Property Height As System.String
'Usage
Dim instance As PlotArea
Dim value As System.String
instance.Height = value
value = instance.Height
public System.string Height {get; set;}
public read-write property Height: System.String;
public function get,set Height : System.String
public: __property System.string* get_Height();
public: __property void set_Height(
System.string* value
);
public:
property System.String^ Height {
System.String^ get();
void set ( System.String^ value);
}
See Also