com.aspose.slides
Interface IChartComponent

All Superinterfaces:
IPresentationComponent, ISlideComponent
All Known Subinterfaces:
IAxis, IChart, IChartPlotArea, IChartSeries, IChartSeriesGroup, IChartTitle, IDataLabel, IDataLabelCollection, IDataLabelFormat, IDataTable, IErrorBarsFormat, IFormattedTextContainer, ILayoutable, ILegend, ILegendEntryProperties, IOverridableText, ITrendline
All Known Implementing Classes:
Axis, Chart, ChartPlotArea, ChartSeries, ChartSeriesGroup, ChartTitle, DataLabel, DataLabelCollection, DataLabelFormat, DataTable, ErrorBarsFormat, Legend, LegendEntryProperties, Trendline

public interface IChartComponent
extends ISlideComponent

Represents a component of a chart.


Method Summary
 IChart getChart()
           Returns the chart.
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getChart

IChart getChart()

Returns the chart. Read-only IChart.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.