ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapPrintDocument Class / OlapChart Property

In This Topic
    OlapChart Property (C1OlapPrintDocument)
    In This Topic
    Gets or sets the C1OlapChart that shows the Olap chart in the report.
    Syntax
    'Declaration
     
    Public Property OlapChart As C1OlapChart
    public C1OlapChart OlapChart {get; set;}
    See Also