ComponentOne Chart for WPF and Silverlight
PlotAreaColumnDefinitions Property


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

Reference

ChartView Class
ChartView Members