<
OLAP for WPF and Silverlight | ComponentOne
C1.Silverlight.Olap Namespace / C1OlapChart Class / DataSource Property

In This Topic
    DataSource Property (C1OlapChart)
    In This Topic
    Gets or sets the C1OlapPanel that provides the data for this C1OlapChart.
    Syntax
    'Declaration
     
    Public Property DataSource As C1OlapPanel
    public C1OlapPanel DataSource {get; set;}
    See Also