In This Topic
Gets or sets the column index of the plot area.
Syntax
'Declaration
Public Property Column As Integer
'Usage
Dim instance As PlotArea
Dim value As Integer
instance.Column = value
value = instance.Column
public int Column {get; set;}
public:
property int Column {
int get();
void set ( int value);
}
See Also