:: ooo :: vba :: excel ::

interface XChart
Base Interfaces
XChart
┗ ::ooo::vba::XHelperInterface
   ┗ ::com::sun::star::lang::XServiceInfo

::ooo::vba::XHelperInterface

Methods' Summary
SeriesCollection  
getChartType  
setChartType  
Activate  
setSourceData  
Location  
getLocation  
setLocation  
getHasTitle  
setHasTitle  
getHasLegend  
setHasLegend  
getChartTitle  
setPlotBy  
getPlotBy  
Axes  
Attributes' Summary
Name  
Methods' Details
SeriesCollection
any
SeriesCollection( [in] any  Item );

getChartType
long
getChartType()
raises( ::com::sun::star::script::BasicErrorException );

setChartType
void
setChartType( [in] long  chartType )
raises( ::com::sun::star::script::BasicErrorException );

Activate
void
Activate()
raises( ::com::sun::star::script::BasicErrorException );

setSourceData
void
setSourceData( [in] XRange  Source,
[in] any  PlotBy )
raises( ::com::sun::star::script::BasicErrorException );

Location
long
Location()
raises( ::com::sun::star::script::BasicErrorException );

getLocation
long
getLocation()
raises( ::com::sun::star::script::BasicErrorException );

setLocation
void
setLocation( [in] long  where,
[in] any  Name )
raises( ::com::sun::star::script::BasicErrorException );

getHasTitle
boolean
getHasTitle()
raises( ::com::sun::star::script::BasicErrorException );

setHasTitle
void
setHasTitle( [in] boolean  bTitle )
raises( ::com::sun::star::script::BasicErrorException );

getHasLegend
boolean
getHasLegend()
raises( ::com::sun::star::script::BasicErrorException );

setHasLegend
void
setHasLegend( [in] boolean  bLegend )
raises( ::com::sun::star::script::BasicErrorException );

getChartTitle
XChartTitle
getChartTitle()
raises( ::com::sun::star::script::BasicErrorException );

setPlotBy
void
setPlotBy( [in] long  xlRowCol )
raises( ::com::sun::star::script::BasicErrorException );

getPlotBy
long
getPlotBy()
raises( ::com::sun::star::script::BasicErrorException );

Axes
any
Axes( [in] any  Type,
[in] any  AxisGroup )
raises( ::com::sun::star::script::BasicErrorException );

Attributes' Details
Name
[ readonly ] string Name;
Top of Page