IChartLinesFormat
public interface IChartLinesFormat
Represents gridlines format properties.
Methods
Method | Description |
---|---|
getLine() | Returns line style properties of a chart line. |
getEffect() | Returns effects used for a chart line. |
getLine()
public abstract ILineFormat getLine()
Returns line style properties of a chart line. Read-only ILineFormat.
Returns: ILineFormat
getEffect()
public abstract IEffectFormat getEffect()
Returns effects used for a chart line. Read-only IEffectFormat.
Returns: IEffectFormat