com.spire.presentation.charts.entity
Interface IChartEffectFormat

All Known Implementing Classes:
ChartEffectFormat

public interface IChartEffectFormat

Represents ChartEffectFormat on chart.


Method Summary
 void dispose()
          Dispose object and free resources.
 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.
 java.lang.Object getParent()
          Reference to Parent object.
 

Method Detail

getFill

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

Returns:

getLine

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

Returns:

getEffect

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

Returns:

getEffect3D

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

Returns:

getParent

java.lang.Object getParent()
Reference to Parent object. Read-only.

Returns:

dispose

void dispose()
Dispose object and free resources.