:: com :: sun :: star ::

module chart
Description
Charting diagram interfaces.

Services
::com::sun::star::chart::AccessibleChartDocumentView The ::com::sun::star::chart::AccessibleChartDocumentView service is supported by a Component that represents the view of a Chart document to provide an entry point to the document tree for accessibility.
::com::sun::star::chart::AccessibleChartElement This service is supported by all components that are contained in the view of a chart document that are controlled by the chart. Shapes added by a user via the clipboard are not treated as chart elements.
::com::sun::star::chart::AreaDiagram This is a service for area diagrams.
::com::sun::star::chart::BarDiagram This is a service for bar and column diagrams.
::com::sun::star::chart::Chart3DBarProperties Specifies all the properties for the graphic object of a data point in a three-dimensional bar diagram.
::com::sun::star::chart::ChartArea Specifies the area elements of a chart, e.g. the background area, the diagram wall, and the diagram floor of three-dimensional charts.
::com::sun::star::chart::ChartAxis Specifies the axes in a diagram.
::com::sun::star::chart::ChartAxisXSupplier has to be supported by charts providing the cpabilities of a horizontal axis, i.e., an x -axis.
::com::sun::star::chart::ChartAxisYSupplier A helper service for the y-axis.
::com::sun::star::chart::ChartAxisZSupplier A helper service for chart documents which supply a z-axis.
::com::sun::star::chart::ChartData must be supported by every component that wants to provide data for a chart
::com::sun::star::chart::ChartDataArray must be supported by each data source for charts, where you want to access the values directly.
::com::sun::star::chart::ChartDataPointProperties specifies all the properties for the graphic object of a data point (e.g., a single bar in a bar chart).
::com::sun::star::chart::ChartDataRowProperties specifies the properties for a group of graphic elements which belong to a data row (also known as data series).
::com::sun::star::chart::ChartDocument is the service for a chart document.
::com::sun::star::chart::ChartGrid specifies the grid of the diagram in a chart.
::com::sun::star::chart::ChartLegend specifies the legend of a chart.
::com::sun::star::chart::ChartLine specifies line elements in a chart (regression lines, etc.).
::com::sun::star::chart::ChartPieSegmentProperties specifies all the properties for the graphic object of a pie segment.
::com::sun::star::chart::ChartStatistics offers statistical properties for the data in the chart. It is available for a single data row and for the whole diagram.
::com::sun::star::chart::ChartTableAddressSupplier This is a helper service for access to table Address to cell ranges of the container document of a chart. The cell addresses are in the format of the application that contains this chart.
::com::sun::star::chart::ChartTitle specifies titles in a chart.
::com::sun::star::chart::ChartTwoAxisXSupplier a helper service for chart documents which supply primary and secondary x-axes.
::com::sun::star::chart::ChartTwoAxisYSupplier a helper service for chart documents which supply primary and secondary y-axes.
::com::sun::star::chart::Diagram the base service for the diagram of the chart document.
::com::sun::star::chart::Dim3DDiagram is a service for diagrams that support the capability to render themselves as three-dimensional diagrams as well as two-dimensional ones.
::com::sun::star::chart::DonutDiagram a service for donut diagrams.
::com::sun::star::chart::LineDiagram specifies line, spline and symbol diagrams.
::com::sun::star::chart::NetDiagram specifies net diagrams.
::com::sun::star::chart::PieDiagram a service for pie diagrams.
::com::sun::star::chart::StackableDiagram a helper service for stackable chart types (e.g., charts in which the data rows may be displayed stacked on each other or in percent relation).
::com::sun::star::chart::StockDiagram specifies a diagram which can be used for presenting stock quotes.
::com::sun::star::chart::XYDiagram a service for X/Y diagrams (Also known as scatter charts).
Interfaces
::com::sun::star::chart::X3DDisplay gives access to 3D elements of a three-dimensional chart.
::com::sun::star::chart::XAxisXSupplier gives access to the x -axis of a chart.
::com::sun::star::chart::XAxisYSupplier gives access to the y -axis of a chart.
::com::sun::star::chart::XAxisZSupplier gives access to the z -axis of a chart.
::com::sun::star::chart::XChartData manages the data of the chart.
::com::sun::star::chart::XChartDataArray gives access to data represented as an array of rows.
::com::sun::star::chart::XChartDataChangeEventListener makes it possible to receive events when chart data changes.
::com::sun::star::chart::XChartDocument manages the chart document.
::com::sun::star::chart::XDiagram manages the diagram of the chart document.
::com::sun::star::chart::XStatisticDisplay gives access to statistical elements for the chart.
::com::sun::star::chart::XTwoAxisXSupplier gives access to both the primary and the secondary x -axis of a chart.
::com::sun::star::chart::XTwoAxisYSupplier gives access to both the primary and the secondary y-axis of a diagram.
Structs
::com::sun::star::chart::ChartDataChangeEvent describes a change that was applied to the data.
::com::sun::star::chart::ChartDataRow [ DEPRECATED ]
describes a single data row, specified by its name and a sequence of data points.
::com::sun::star::chart::ChartDataValue [ DEPRECATED ]
describes a single data value, including the error
::com::sun::star::chart::ChartSeriesAddress This structure describes a single data row, specified by its name and a sequence of data points.
Enums
::com::sun::star::chart::ChartAxisArrangeOrderType Values specify the arrangement of the axes descriptions.
::com::sun::star::chart::ChartDataChangeType specifies the type of change that was applied to the data.
::com::sun::star::chart::ChartDataRowSource specifies if the data rows (aka data series) displayed in the chart, take their values from the row or the column in the underlying data source ( ::com::sun::star::chart::ChartDataArray ).
::com::sun::star::chart::ChartErrorCategory specifies the category of error indicators.
::com::sun::star::chart::ChartErrorIndicatorType specifies how the error is indicated.
::com::sun::star::chart::ChartLegendPosition specifies one of the default positions of the legend in relation to the diagram.
::com::sun::star::chart::ChartRegressionCurveType specifiest the type of the regression curve to be displayed.
Typedefs
::com::sun::star::chart::ChartDataPoint [ DEPRECATED ]
Constant Groups
::com::sun::star::chart::ChartAxisAssign These values specify to which y-axis a data row is assigned.
::com::sun::star::chart::ChartAxisMarks With these constants you can specify how the tick-marks of an axis are displayed.
::com::sun::star::chart::ChartDataCaption These values specify how the captions of data points are displayed.
::com::sun::star::chart::ChartSolidType These values specify the type of solid shapes for data points of 3D bar charts.
::com::sun::star::chart::ChartSymbolType These values specify the type of the symbol used for data points.
Top of Page