LibreOffice
LibreOffice 25.2 SDK API Reference
HistogramDiagram.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  */
9 
10 module com { module sun { module star { module chart {
11 
12 
17 {
22 
24  [property] double BinWidth;
25 
27  [property] string BinRange;
28 
30  [property] long FrequencyType;
31 };
32 
33 }; }; }; };
34 
35 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
This is a service for histogram diagrams.
Definition: HistogramDiagram.idl:16
long FrequencyType
Specifies the type of frequency representation (count or density).
Definition: HistogramDiagram.idl:30
a helper service for chart documents which supply primary and secondary y-axes.
Definition: ChartTwoAxisYSupplier.idl:28
Definition: Ambiguous.idl:20
offers statistical properties for the data in the chart.
Definition: ChartStatistics.idl:27
string BinRange
Specifies the range of values covered by the bins.
Definition: HistogramDiagram.idl:27
has to be supported by charts providing the capabilities of a horizontal axis, i.e., an x-axis.
Definition: ChartAxisXSupplier.idl:28
the base service for the diagram of the chart document.
Definition: Diagram.idl:34