com.aspose.words
Class Chart

java.lang.Object
    extended by com.aspose.words.Chart

public class Chart 
extends java.lang.Object

Provides access to the chart shape properties.

Property Getters/Setters Summary
ChartAxisgetAxisX()
           Provides access to properties of the X axis of the chart.
ChartAxisgetAxisY()
           Provides access to properties of the Y axis of the chart.
ChartAxisgetAxisZ()
           Provides access to properties of the Z axis of the chart.
ChartLegendgetLegend()
           Provides access to the chart legend properties.
ChartSeriesCollectiongetSeries()
           Provides access to series collection.
ChartTitlegetTitle()
           Provides access to the chart title properties.
 

Property Getters/Setters Detail

getAxisX

public ChartAxis getAxisX()
Provides access to properties of the X axis of the chart.

getAxisY

public ChartAxis getAxisY()
Provides access to properties of the Y axis of the chart.

getAxisZ

public ChartAxis getAxisZ()
Provides access to properties of the Z axis of the chart.

getLegend

public ChartLegend getLegend()
Provides access to the chart legend properties.

getSeries

public ChartSeriesCollection getSeries()
Provides access to series collection.

getTitle

public ChartTitle getTitle()
Provides access to the chart title properties.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.