[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Chart.ChartElementOutput

ChartElementOutput Property

ChartElementOutput

Gets or sets a value indicating whether a DataPoint element containing the chart data points appears in a data rendering.

Declaration
public DataElementOutput ChartElementOutput { get; set; }
Property Value
Type Description
DataElementOutput

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.

DataElementOutputDescription
AutoThe chart appears in an XML rendering of the report.
Output (Default)The chart appears in an XML rendering of the report.
NoOutputThe chart does not appear in an XML rendering of the report.
ContentsOnlyThis value does not apply to the chart data region.