Gets the collection of plot area column definitions.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public ObservableCollection<PlotAreaColumnDefinition> PlotAreaColumnDefinitions { get; }
Visual Basic
Public ReadOnly Property PlotAreaColumnDefinitions As ObservableCollection(Of PlotAreaColumnDefinition)
	Get

See Also