ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PlotArea Class / Row Property


In This Topic
    Row Property
    In This Topic
    Gets or sets the row index of plot area.
    Syntax
    'Declaration
     
    
    Public Property Row As Integer
    'Usage
     
    
    Dim instance As PlotArea
    Dim value As Integer
     
    instance.Row = value
     
    value = instance.Row
    public int Row {get; set;}
    See Also