| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
specifies the grid of the diagram in a chart. More...
import "ChartGrid.idl";
 
  
| Included Services | |
| service | com::sun::star::drawing::LineProperties | 
| service | com::sun::star::xml::UserDefinedAttributesSupplier | 
| If a ChartGrid may be stored as XML element, this service should be supported in order to preserve unparsed XML attributes. | |
| Exported Interfaces | |
| interface | com::sun::star::beans::XPropertySet | 
| Additional Inherited Members | |
| Public Member Functions inherited from XPropertySet | |
| com::sun::star::beans::XPropertySetInfo | getPropertySetInfo () | 
| void | setPropertyValue ([in] string aPropertyName, [in] any aValue) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::beans::PropertyVetoException, com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::WrappedTargetException ) | 
| sets the value of the property with the specified name. | |
| any | getPropertyValue ([in] string PropertyName) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) | 
| void | addPropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener xListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) | 
| adds an XPropertyChangeListener to the specified property. | |
| void | removePropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) | 
| removes an XPropertyChangeListener from the listener list. | |
| void | addVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) | 
| adds an XVetoableChangeListener to the specified property with the name PropertyName. | |
| void | removeVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) | 
| removes an XVetoableChangeListener from the listener list. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
| Public Attributes inherited from LineProperties | |
| com::sun::star::drawing::LineStyle | LineStyle | 
| This property contains the type of the line. | |
| com::sun::star::drawing::LineDash | LineDash | 
| This property contains the dash of the line. | |
| string | LineDashName | 
| This property contains the name of the dash of the line. | |
| com::sun::star::util::Color | LineColor | 
| This property contains the line color. | |
| short | LineTransparence | 
| This property contains the extent of transparency. | |
| long | LineWidth | 
| This property contains the width of the line in 1/100th mm. | |
| com::sun::star::drawing::LineJoint | LineJoint | 
| This property defines the rendering of joints between thick lines. | |
| com::sun::star::drawing::LineCap | LineCap | 
| This property defines the rendering of ends of thick lines. | |
| string | LineStartName | 
| This property contains the name of the line start poly polygon Bezier. | |
| string | LineEndName | 
| This property contains the name of the line end poly polygon Bezier. | |
| com::sun::star::drawing::PolyPolygonBezierCoords | LineStart | 
| This property contains the line start in the form of a poly polygon Bezier. | |
| com::sun::star::drawing::PolyPolygonBezierCoords | LineEnd | 
| This property contains the line end in the form of a poly polygon Bezier. | |
| boolean | LineStartCenter | 
| If this property is TRUE, the line will start from the center of the polygon. | |
| long | LineStartWidth | 
| This property contains the width of the line start polygon. | |
| boolean | LineEndCenter | 
| If this property is TRUE, the line will end in the center of the polygon. | |
| long | LineEndWidth | 
| This property contains the width of the line end polygon. | |
| Protected Member Functions inherited from XPropertySet | |
| com::sun::star::beans::XPropertySetInfo | getPropertySetInfo () | 
| void | setPropertyValue ([in] string aPropertyName, [in] any aValue) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::beans::PropertyVetoException, com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::WrappedTargetException ) | 
| sets the value of the property with the specified name. | |
| any | getPropertyValue ([in] string PropertyName) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) | 
| void | addPropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener xListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) | 
| adds an XPropertyChangeListener to the specified property. | |
| void | removePropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) | 
| removes an XPropertyChangeListener from the listener list. | |
| void | addVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) | 
| adds an XVetoableChangeListener to the specified property with the name PropertyName. | |
| void | removeVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) | 
| removes an XVetoableChangeListener from the listener list. | |
| Protected Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
| Protected Attributes inherited from UserDefinedAttributesSupplier | |
| ::com::sun::star::container::XNameContainer | UserDefinedAttributes | 
| This container holds the AttributeData elements that represent uninterpreted XML attributes. | |
specifies the grid of the diagram in a chart.
The distance between the grid lines depends on the distance of the help or main tick marks, which may be set in ChartAxis.
| 
 | optional | 
If a ChartGrid may be stored as XML element, this service should be supported in order to preserve unparsed XML attributes.
| interface com::sun::star::beans::XPropertySet |