:: com :: sun :: star :: chart ::

service ChartTwoAxisXSupplier

Included Services - Summary
ChartAxisXSupplier
(referenced entity's summary:)
Exported Interfaces - Summary
XTwoAxisXSupplier

offers access to the axis object

Properties' Summary
boolean
HasSecondaryXAxis
determines if the secondary x-axis is shown or hidden.  
boolean
HasSecondaryXAxisDescription
determines for the secondary x-axis if the labels at the tick marks are shown or hidden.  
boolean
HasSecondaryXAxisTitle
[ OPTIONAL ]
determines if the title of the secondary X-axis is shown or hidden.  
Included Services - Details
ChartAxisXSupplier
(referenced entity's summary:)
Exported Interfaces - Details
XTwoAxisXSupplier
Description
offers access to the axis object
Properties' Details
HasSecondaryXAxis
boolean HasSecondaryXAxis;
Description
determines if the secondary x-axis is shown or hidden.
See also
ChartAxis
HasSecondaryXAxisDescription
boolean HasSecondaryXAxisDescription;
Description
determines for the secondary x-axis if the labels at the tick marks are shown or hidden.
HasSecondaryXAxisTitle
boolean HasSecondaryXAxisTitle;
Usage Restrictions
optional
Description
determines if the title of the secondary X-axis is shown or hidden.
Since
OOo 3.0
See also
ChartTitle

 
Top of Page