ComponentOne Chart for WPF and Silverlight
Row Property


C1.WPF.C1Chart Namespace > PlotArea Class : Row Property
Gets or sets the row index of plot area.
Syntax
'Declaration
 
Public Property Row As System.Integer
'Usage
 
Dim instance As PlotArea
Dim value As System.Integer
 
instance.Row = value
 
value = instance.Row
public System.int Row {get; set;}
See Also

Reference

PlotArea Class
PlotArea Members