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

service ChartPieSegmentProperties
Developers Guide
Charts - Pie Charts

Included Services - Summary
ChartDataPointProperties
(referenced entity's summary:)
Exported Interfaces - Summary
::com::sun::star::beans::XPropertySet
(referenced entity's summary:)
Properties' Summary
long
SegmentOffset
reflects the offset of a pie segment in percent of the radius.  
Included Services - Details
ChartDataPointProperties
(referenced entity's summary:)
Exported Interfaces - Details
::com::sun::star::beans::XPropertySet
(referenced entity's summary:)
Properties' Details
SegmentOffset
long SegmentOffset;
Description
reflects the offset of a pie segment in percent of the radius.

The default value for all the segments of a PieDiagram is 0. If you change this value from 0 to 100 the segment is pulled out from the center by its radius.

Currently this property is supported by two dimensional pie diagrams only.


 
Top of Page