com.aspose.slides
Class ChartLinesFormat

java.lang.Object
  extended by com.aspose.slides.ChartLinesFormat
All Implemented Interfaces:
IChartLinesFormat

public class ChartLinesFormat
extends java.lang.Object
implements IChartLinesFormat

Represents gridlines format properties.


Method Summary
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLine

public ILineFormat getLine()

Returns line style properties of a chart line. Read-only ILineFormat.

Specified by:
getLine in interface IChartLinesFormat

getEffect

public IEffectFormat getEffect()

Returns effects used for a chart line. Read-only IEffectFormat.

Specified by:
getEffect in interface IChartLinesFormat

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.