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 Integer
public int Column {get; set;}
See Also