public interface IAxisFormat
Represents chart format properties.
Modifier and Type | Method and Description |
---|---|
IEffectFormat |
getEffect()
Returns effects used for an axis.
|
IFillFormat |
getFill()
Returns fill style properties of an axis.
|
ILineFormat |
getLine()
Returns line style properties of an axis.
|
IFillFormat getFill()
Returns fill style properties of an axis.
Read-only IFillFormat
.
ILineFormat getLine()
Returns line style properties of an axis.
Read-only ILineFormat
.
IEffectFormat getEffect()
Returns effects used for an axis.
Read-only IEffectFormat
.