com.spire.doc.fields.shapes.charts
Class Chart

java.lang.Object
  extended by com.spire.doc.fields.shapes.charts.Chart

public class Chart
extends java.lang.Object


Method Summary
 ChartAxis getAxisX()
           
 ChartAxis getAxisY()
           
 ChartAxis getAxisZ()
           
 ChartLegend getLegend()
           
 ChartSeriesCollection getSeries()
           
 ChartTitle getTitle()
           
 

Method Detail

getSeries

public ChartSeriesCollection getSeries()

getTitle

public ChartTitle getTitle()

getLegend

public ChartLegend getLegend()

getAxisX

public ChartAxis getAxisX()

getAxisY

public ChartAxis getAxisY()

getAxisZ

public ChartAxis getAxisZ()