:: com :: sun :: star ::

module chart2
Description
New implementation of Charting diagram interfaces. This module contains only a rather small public API. In addition there is a private API in the chart2 project.

Nested Modules
data
Services
Axis
CandleStickChartType chart type service for candlestick charts.
ChartDocument
ChartDocumentWrapper A component that implements the ::com::sun::star::chart::ChartDocument service and is initialized with a ChartDocument via the ::com::sun::star::uno::XAggregation interface.
ChartType ChartType service
ChartTypeManager A factory for creating ChartTypeTemplates.
ChartTypeTemplate
CoordinateSystem
CoordinateSystemType
CustomLegendEntry
DataPoint
DataPointProperties
DataSeries reflects the model data of the object that has all the information for a ::DataRenderer to create a visible data series in a chart.
Diagram
ErrorBar
ExponentialScaling Scaling that scales a value x by taking the power of the base to x.
FormattedString
GridProperties Must be supported by all grids
Legend Describes a legend for a Diagram.
LinearScaling Scaling that scales a value x by calculating m · x + t.
LogarithmicScaling Scaling that scales values by taking their logarithm.
LogicTargetModel
MutableDataSequence
PowerScaling Scaling that scales a value x by taking the power of x to the exponent.
PropertyPool
RectangularDataSource describes a data source that bases on a two-dimensional range of data, like a cell range in a spreadsheet.
RegressionCurve
RegressionCurveEquation
Scaling stateless service
StandardDiagramCreationParameters parameters that may be passed to XChartTypeTemplate::createDiagramByDataSource.
Title
Interfaces
XAxis
XChartDocument
XChartShape
XChartShapeContainer
XChartType
XChartTypeContainer
XChartTypeManager
XChartTypeTemplate
XColorScheme
XCoordinateSystem
XCoordinateSystemContainer
XDataInterpreter offers tooling to interpret different data sources in a structural and chart-type-dependent way.
XDataSeries A data series represents the object that has all the knowledge to be rendered as a visual data series.
XDataSeriesContainer
XDiagram
XDiagramProvider Gives access to a single diagram. This interface is needed by the wrapper for the old API (namespace com::sun::star::chart).
XFormattedString
XInternalDataProvider An internal DataProvider that has more access to data that a plain DataProvider.
XLabeled
XLegend
XLegendEntry
XLegendSymbolProvider
XPlotter
XRegressionCurve
XRegressionCurveCalculator
XRegressionCurveContainer
XScaling
XTarget
XTitle
XTitled Interface to be implemented by objects that support having a title of type XTitle.
XTransformation allows the transformation of numeric values from one coordinate-system into an other. Values may be transformed using any mapping.
XUndoHelper An interface for storing frame::XModel objects for container undo.
XUndoManager An interface for undo functionality based on passing frame::XModel objects.
XUndoSupplier An interface for providing an UndoManager based on frame::XModel objects.
Structs
Break
DataPointLabel
ExplicitIncrementData
ExplicitScaleData
ExplicitSubIncrement
FillBitmap This strucutre contains all properties of a bitmap when used as FillStyle.
IncrementData
InterpretedData offers tooling to interpret different data sources in a structural and chart-type-dependent way.
LightSource
RelativePosition Determines a position of an object relative to a size defined by other means. Values from 0 to 1 cover the entire reference rectangle. Values may also be outside this range, especially negative.
RelativeSize Gives a position relative to some size defined by other means. Values from 0 to 1 cover the entire reference rectangle. Values may also be greater than one, meaning a bigger size than the reference size. Negative values are not allowed.
ScaleData
SubIncrement
Symbol properties that are used for DataSeries that display symbols.
ViewLegendEntry
Enums
AxisOrientation
CurveStyle Sets the type of curves that are drawn for line charts.
LegendExpansion
LegendPosition
LegendSymbolStyle
PieChartOffsetMode Mode used for a pie chart template to determine the initial state of exploded pies.
StackingDirection
SymbolStyle determines what kind of symbol to use
TransparencyStyle
Typedefs
CoordinateSystemTypeID
Constant Groups
AxisType
DataPointGeometry3D These values specify the geometry of data points in 3D bar charts.
TextAnchor
TickmarkStyle
Top of Page