:: com :: sun :: star :: chart2 ::

unpublished service LogicTargetModel
Usage Restrictions
not published
Description

The properties of this service correspond to the similar named attributes and subelements of the XML element chart2:increment in the chart2 file format.


Properties' Summary
[ readonly ] string
ID
identifies an instance of this service within one chartdocument.  
string
LegendID
identifies an instance of the service com::sun::star::chart2::LegendModel within one chartdocument. * that instance is used to automatically calculate missing properties  
sequence< ::com::sun::star::beans::XPropertySet >
CoordinateSystems
not BOUND nor CONSTRAINED in terms of Listener notifications, * each element in the sequence must implement the service com::sun::star::chart2::CoordinateSystem  
sequence< ::com::sun::star::beans::XPropertySet >
LogicTargetModels
MAYBEVOID, not BOUND nor CONSTRAINED in terms of Listener notifications, * each element in the sequence must implement the service com::sun::star::chart2::LogicTargetModel  
Properties' Details
ID
[ readonly ] string ID;
Description
identifies an instance of this service within one chartdocument.
LegendID
string LegendID;
Description
identifies an instance of the service com::sun::star::chart2::LegendModel within one chartdocument. * that instance is used to automatically calculate missing properties
CoordinateSystems
sequence< ::com::sun::star::beans::XPropertySet > CoordinateSystems;
Description
not BOUND nor CONSTRAINED in terms of Listener notifications, * each element in the sequence must implement the service com::sun::star::chart2::CoordinateSystem
LogicTargetModels
sequence< ::com::sun::star::beans::XPropertySet > LogicTargetModels;
Description
MAYBEVOID, not BOUND nor CONSTRAINED in terms of Listener notifications, * each element in the sequence must implement the service com::sun::star::chart2::LogicTargetModel

 
Top of Page