Gets ChartArea in which this series is placed.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public ChartArea ChartArea { get; }
Visual Basic (Declaration)
Public ReadOnly Property ChartArea As ChartArea
Visual C++
public:
property ChartArea^ ChartArea {
	ChartArea^ get ();
}

See Also