Gets the ChartData instance for this ChartPane.

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

Syntax

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

See Also