Gets or sets the C1OlapPanel that provides the data for this C1OlapChart.

Namespace:  C1.Silverlight.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

C#
public C1OlapPanel DataSource { get; set; }
Visual Basic
Public Property DataSource As C1OlapPanel
	Get
	Set

See Also