This is a service for bar and column diagrams. More...
import "BarDiagram.idl";
Included Services | |
service | com::sun::star::chart::Diagram |
service | com::sun::star::chart::ChartStatistics |
service | com::sun::star::chart::ChartAxisXSupplier |
service | com::sun::star::chart::ChartTwoAxisYSupplier |
service | com::sun::star::chart::ChartAxisZSupplier |
service | com::sun::star::chart::Dim3DDiagram |
service | com::sun::star::chart::StackableDiagram |
![]() | |
service | com::sun::star::xml::UserDefinedAttributesSupplier |
If a Diagram may be stored as XML file, this service should be supported in order to preserve unparsed XML attributes. | |
![]() | |
service | com::sun::star::chart::ChartAxisYSupplier |
Public Attributes | |
boolean | Vertical |
Determines if the bars of a chart are drawn vertically or horizontally. | |
boolean | Deep |
If TRUE , determines that in a three-dimensional bar chart the bars of each series are arranged behind each other in the z-direction. | |
boolean | StackedBarsConnected |
determines if, in a stacked chart, there are connecting lines between corresponding bars. | |
boolean | GroupBarsPerAxis |
If bars of a bar or column chart are attached to different axis, this property determines how to display those. | |
long | NumberOfLines |
Determines how many data rows are displayed as lines rather than bars. | |
![]() | |
boolean | AutomaticPosition |
If this property is TRUE the position is calculated by the application automatically. | |
boolean | AutomaticSize |
If this property is TRUE the size is calculated by the application automatically. | |
com::sun::star::chart::ChartDataRowSource | DataRowSource |
determines if the data for a data row is contained in the columns or in the rows of the data array. | |
long | DataCaption |
specifies how the caption of data points is displayed. | |
long | MissingValueTreatment |
specifies how empty or invalid cells in the provided data should be handled when displayed | |
![]() | |
double | ConstantErrorLow |
specifies the lower limit of the error range of a data row. | |
double | ConstantErrorHigh |
specifies the upper limit of the error range of a data row. | |
boolean | MeanValue |
determines if the mean value for a data row is displayed as a line. | |
com::sun::star::chart::ChartErrorCategory | ErrorCategory |
determines the type of error to indicate. | |
long | ErrorBarStyle |
determines the style of the error bars. | |
double | PercentageError |
specifies the percentage that is used to display error bars. | |
double | ErrorMargin |
specifies the percentage for the margin of errors. | |
com::sun::star::chart::ChartErrorIndicatorType | ErrorIndicator |
determines how the error is indicated. | |
com::sun::star::chart::ChartRegressionCurveType | RegressionCurves |
determines a type of regression for the data row values. | |
string | ErrorBarRangePositive |
contains a cell range string for positive error bars. | |
string | ErrorBarRangeNegative |
contains a cell range string for negative error bars. | |
![]() | |
boolean | HasXAxis |
This property determines if the x-axis is shown or hidden. | |
boolean | HasXAxisDescription |
Determines if the description of the x-axis is shown or hidden. | |
boolean | HasXAxisGrid |
Determines if the major grid of the x-axis is shown or hidden. | |
boolean | HasXAxisHelpGrid |
Determines if the minor grid of the x-axis is shown or hidden. | |
boolean | HasXAxisTitle |
Determines if the title of the x-axis is shown or hidden. | |
![]() | |
boolean | HasSecondaryYAxis |
determines if the secondary y-axis is shown or hidden. | |
boolean | HasSecondaryYAxisDescription |
determines for the secondary y-axis if the labels at the tick marks are shown or hidden. | |
boolean | HasSecondaryYAxisTitle |
determines if the title of the secondary y-axis is shown or hidden. | |
![]() | |
boolean | HasYAxis |
Determines if the y-axis is shown or hidden. | |
boolean | HasYAxisDescription |
Determines if the description of the y-axis is shown or hidden. | |
boolean | HasYAxisGrid |
Determines if the major grid of the y-axis is shown or hidden. | |
boolean | HasYAxisHelpGrid |
Determines if the minor grid of the y-axis is shown or hidden. | |
boolean | HasYAxisTitle |
Determines if the title of the y-axis is shown or hidden. | |
![]() | |
boolean | HasZAxis |
Determines if the z-axis is shown or hidden. | |
boolean | HasZAxisDescription |
Determines if the description of the z-axis is shown or hidden. | |
boolean | HasZAxisGrid |
Determines if the major grid of the z-axis is shown or hidden. | |
boolean | HasZAxisHelpGrid |
Determines if the minor grid of the z-axis is shown or hidden. | |
boolean | HasZAxisTitle |
Determines if the title of the z-axis is shown or hidden. | |
![]() | |
boolean | Dim3D |
If set to TRUE , the chart becomes a three-dimensional chart. | |
long | Perspective |
Perspective of 3D charts ( [0,100] ). | |
long | RotationHorizontal |
Horizontal rotation of 3D charts in degrees ( ]-180,180] ). | |
long | RotationVertical |
Vertical rotation of 3D charts in degrees ( ]-180,180] ). | |
![]() | |
boolean | Percent |
If TRUE , the series of the diagram are stacked and each category sums up to 100%. | |
boolean | Stacked |
If TRUE , the series of the diagram are stacked. | |
This is a service for bar and column diagrams.
service com::sun::star::chart::Diagram |
|
optionalproperty |
If TRUE
, determines that in a three-dimensional bar chart the bars of each series are arranged behind each other in the z-direction.
If FALSE
the arrangement of bars is like in two-dimensional bar charts.
|
optionalproperty |
If bars of a bar or column chart are attached to different axis, this property determines how to display those.
If TRUE
, the bars are grouped together in one block for each axis, thus they are painted one group over the other.
If FALSE
, the bars are displayed side-by-side, as if they were all attached to the same axis.
If all data series of a bar or column chart are attached to only one axis, this property has no effect.
|
property |
Determines how many data rows are displayed as lines rather than bars.
If this property differs from zero the last BarDiagram::NumberOfLines data rows are shown as lines. It is currently supported by two dimensional vertical bar charts only.
|
optionalproperty |
determines if, in a stacked chart, there are connecting lines between corresponding bars.
Currently, bar charts with horizontal bars do not support this property.
|
property |
Determines if the bars of a chart are drawn vertically or horizontally.
Default is vertical.
If Vertical is FALSE
you get a column chart rather than a bar chart.