Gets the background attributes for this chart.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public List<ChartPointAttributes> BackgroundAttributes { get; }
Visual Basic (Declaration)
Public ReadOnly Property BackgroundAttributes As List(Of ChartPointAttributes)
Visual C++
public:
property List<ChartPointAttributes^>^ BackgroundAttributes {
	List<ChartPointAttributes^>^ get ();
}

See Also