Column Property (PlotArea)
In This Topic
Gets or sets the column number of plot area. Using column property, you can set vertical position of the plot area on the chart.
Syntax
'Declaration
Public Property Column As System.Integer
'Usage
Dim instance As PlotArea
Dim value As System.Integer
instance.Column = value
value = instance.Column
public System.int Column {get; set;}
public read-write property Column: System.Integer;
public function get,set Column : System.int
public: __property System.int get_Column();
public: __property void set_Column(
System.int value
);
public:
property System.int Column {
System.int get();
void set ( System.int value);
}
See Also