SerieTypeAvailable(Serie: EaxWorkbookChartSerieType): Boolean;
Serie. Series type.
The SerieTypeAvailable property returns whether the selected series type is available to be displayed in the chart.
Available Values:
True. Row can be displayed. Use the IEaxWorkbookChart.SerieTypeVisible property to display the series.
False. Unable to display the series.
The property use is given in the example for IEaxWorkbook.Chart.
See also: