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


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