IChartComponent
All Implemented Interfaces: com.aspose.slides.ISlideComponent
public interface IChartComponent extends ISlideComponent
Represents a component of a chart.
Methods
Method | Description |
---|---|
getChart() | Returns the chart. |
getChart()
public abstract IChart getChart()
Returns the chart. Read-only IChart.
Returns: IChart