ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Chart Class / ChartElementOutput Property

In This Topic
    ChartElementOutput Property
    In This Topic
    Gets or sets a value indicating whether a DataPoint element containing the chart data points appears in a data rendering.
    Syntax
    'Declaration
     
    Public Property ChartElementOutput As DataElementOutput
    public DataElementOutput ChartElementOutput {get; set;}

    Property Value

    A DataElementOutput enumeration indicating whether a DataPoint element containing the chart data points appears in a data rendering. Valid values are listed in the table below.
    DataElementOutput Description
    Auto The chart appears in an XML rendering of the report.
    Output (Default) The chart appears in an XML rendering of the report.
    NoOutput The chart does not appear in an XML rendering of the report.
    ContentsOnly This value does not apply to the chart data region.
    See Also