com.spire.presentation.charts.entity
Class ChartEffectFormat

java.lang.Object
  extended by com.spire.presentation.PptObject
      extended by com.spire.presentation.charts.entity.ChartEffectFormat
All Implemented Interfaces:
IChartEffectFormat

public class ChartEffectFormat
extends PptObject
implements IChartEffectFormat

Represents chart format properties.


Constructor Summary
ChartEffectFormat()
           
ChartEffectFormat(PresentationShapePropertiesElement spPr, Chart parent)
           
 
Method Summary
 EffectDag getEffect()
          Gets effects used for a chart.
 FormatThreeD getEffect3D()
          Gets 3D format of a chart.
 FillFormat getFill()
          Gets fill style properties of a chart.
 IChartGridLine getLine()
          Gets line style properties of a chart.
 
Methods inherited from class com.spire.presentation.PptObject
checkDisposed, getParent
 
Methods inherited from interface com.spire.presentation.charts.entity.IChartEffectFormat
dispose, getParent
 

Constructor Detail

ChartEffectFormat

public ChartEffectFormat(PresentationShapePropertiesElement spPr,
                         Chart parent)

ChartEffectFormat

public ChartEffectFormat()
Method Detail

getFill

public FillFormat getFill()
Gets fill style properties of a chart. Read-only .

Specified by:
getFill in interface IChartEffectFormat
Returns:

getLine

public IChartGridLine getLine()
Gets line style properties of a chart.

Specified by:
getLine in interface IChartEffectFormat
Returns:

getEffect

public EffectDag getEffect()
Gets effects used for a chart. Read-only .

Specified by:
getEffect in interface IChartEffectFormat
Returns:

getEffect3D

public FormatThreeD getEffect3D()
Gets 3D format of a chart. Read-only .

Specified by:
getEffect3D in interface IChartEffectFormat
Returns: