ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PlotAreaCollection Class / RowDefinitions Property


In This Topic
    RowDefinitions Property
    In This Topic
    Gets the collection of row definitions.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RowDefinitions As ObservableCollection(Of PlotAreaRowDefinition)
    'Usage
     
    
    Dim instance As PlotAreaCollection
    Dim value As ObservableCollection(Of PlotAreaRowDefinition)
     
    value = instance.RowDefinitions
    public ObservableCollection<PlotAreaRowDefinition> RowDefinitions {get;}
    See Also