ComponentOne Chart for WPF and Silverlight
RowDefinitions Property


C1.WPF.C1Chart Namespace > PlotAreaCollection Class : RowDefinitions Property
Gets the collection of row definitions.
Syntax
'Declaration
 
Public ReadOnly Property RowDefinitions As System.Collections.ObjectModel.ObservableCollection(Of PlotAreaRowDefinition)
'Usage
 
Dim instance As PlotAreaCollection
Dim value As System.Collections.ObjectModel.ObservableCollection(Of PlotAreaRowDefinition)
 
value = instance.RowDefinitions
public System.Collections.ObjectModel.ObservableCollection<PlotAreaRowDefinition> RowDefinitions {get;}
See Also

Reference

PlotAreaCollection Class
PlotAreaCollection Members