ComponentOne FinancialChart for WPF
Column Property



C1.WPF.Chart Namespace > PlotArea Class : Column Property
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

Reference

PlotArea Class
PlotArea Members