ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / ChartView Class / PlotAreaRowDefinitions Property


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