public class ChartLinesFormat extends java.lang.Object implements IChartLinesFormat
Represents gridlines format properties.
Modifier and Type | Method and Description |
---|---|
IEffectFormat |
getEffect()
Returns effects used for a chart line.
|
ILineFormat |
getLine()
Returns line style properties of a chart line.
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
public ILineFormat getLine()
Returns line style properties of a chart line.
Read-only ILineFormat
.
getLine
in interface IChartLinesFormat
public IEffectFormat getEffect()
Returns effects used for a chart line.
Read-only IEffectFormat
.
getEffect
in interface IChartLinesFormat
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.