SerieTypeAvailable(Serie: EaxWorkbookChartSerieType): Boolean;
Serie. Series type.
The SerieTypeAvailable property returns whether the selected series type can be displayed on a chart.
Available values:
True. A series can be displayed. To display a series, use the IEaxWorkbookChart.SerieTypeVisible property.
False. A series cannot be displayed.
The property use is given in the example for IEaxWorkbook.Chart.
See also: