Class RelativeSizeAnchor
java.lang.Object
com.independentsoft.office.charts.drawing.Anchor
com.independentsoft.office.charts.drawing.RelativeSizeAnchor
The Class RelativeSizeAnchor.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new relative size anchor.Instantiates a new relative size anchor. -
Method Summary
Modifier and TypeMethodDescriptionclone()getEnd()Gets the end.voidsetEnd(EndAnchorPoint end)Sets the end.toString()Methods inherited from class com.independentsoft.office.charts.drawing.Anchor
getElement, getStart, setElement, setStart
-
Constructor Details
-
RelativeSizeAnchor
public RelativeSizeAnchor()Instantiates a new relative size anchor. -
RelativeSizeAnchor
Instantiates a new relative size anchor.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details