public interface IFormat
Represents chart format properties.
Modifier and Type | Method and Description |
---|---|
IEffectFormat |
getEffect()
Returns effects used for a chart.
|
IThreeDFormat |
getEffect3D()
Returns 3D format of a chart.
|
IFillFormat |
getFill()
Returns fill style properties of a chart.
|
ILineFormat |
getLine()
Returns line style properties of a chart.
|
IFillFormat getFill()
Returns fill style properties of a chart.
Read-only IFillFormat
.
ILineFormat getLine()
Returns line style properties of a chart.
Read-only ILineFormat
.
IEffectFormat getEffect()
Returns effects used for a chart.
Read-only IEffectFormat
.
IThreeDFormat getEffect3D()
Returns 3D format of a chart.
Read-only IThreeDFormat
.