com.sun.star.chart
Interface XAxisYSupplier
- All Superinterfaces:
- com.sun.star.uno.XInterface
- All Known Subinterfaces:
- com.sun.star.chart.XTwoAxisYSupplier
- public abstract interface XAxisYSupplier
- extends com.sun.star.uno.XInterface
Field Summary |
static com.sun.star.uno.Uik |
UIK
|
static java.lang.Object |
UNORUNTIMEDATA
|
static com.sun.star.lib.uno.typeinfo.TypeInfo[] |
UNOTYPEINFO
|
Method Summary |
abstract com.sun.star.beans.XPropertySet |
getYAxis()
|
abstract com.sun.star.drawing.XShape |
getYAxisTitle()
|
abstract com.sun.star.beans.XPropertySet |
getYHelpGrid()
|
abstract com.sun.star.beans.XPropertySet |
getYMainGrid()
|
UIK
public static final com.sun.star.uno.Uik UIK
UNORUNTIMEDATA
public static final java.lang.Object UNORUNTIMEDATA
UNOTYPEINFO
public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
getYAxis
public abstract com.sun.star.beans.XPropertySet getYAxis()
throws com.sun.star.uno.RuntimeException
getYAxisTitle
public abstract com.sun.star.drawing.XShape getYAxisTitle()
throws com.sun.star.uno.RuntimeException
getYHelpGrid
public abstract com.sun.star.beans.XPropertySet getYHelpGrid()
throws com.sun.star.uno.RuntimeException
getYMainGrid
public abstract com.sun.star.beans.XPropertySet getYMainGrid()
throws com.sun.star.uno.RuntimeException